Merge pull request #4621 from thornbill/no-notifications

Remove notifications pages from dashboard
This commit is contained in:
Bill Thornton
2023-05-31 11:12:20 -04:00
committed by GitHub
13 changed files with 53 additions and 299 deletions
+2 -3
View File
@@ -516,10 +516,9 @@ function createToolsMenuList(pluginItems) {
icon: 'bug_report'
});
links.push({
name: globalize.translate('TabNotifications'),
name: globalize.translate('Notifications'),
icon: 'notifications',
href: '#/notificationsettings.html',
pageIds: ['notificationSettingsPage', 'notificationSettingPage']
href: '#/notificationsettings.html'
});
links.push({
name: globalize.translate('TabPlugins'),