Add missing notification bell in the file app

pull/1/head
yflory 2020-05-15 13:51:23 +02:00
parent 303d4fdd3a
commit 47f679bf8b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ define([
}
var Title = common.createTitle({});
var displayed = ['useradmin', 'newpad', 'limit', 'upgrade'];
var displayed = ['useradmin', 'newpad', 'limit', 'upgrade', 'notifications'];
if (!uploadMode) {
displayed.push('fileshare');
displayed.push('access');