mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove notifications pages from dashboard
This commit is contained in:
parent
e07c51226c
commit
689fc80c3b
13 changed files with 53 additions and 299 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue