mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Renamed notifications to connect in settings
This commit is contained in:
parent
923f34e905
commit
24117047b8
3 changed files with 7 additions and 4 deletions
|
@ -103,7 +103,7 @@ define(
|
|||
}
|
||||
|
||||
this.ui.notificationsTab.tab('show');
|
||||
this._navigate('settings/notifications');
|
||||
this._navigate('settings/connect');
|
||||
},
|
||||
|
||||
_showGeneral: function (e) {
|
||||
|
@ -164,6 +164,9 @@ define(
|
|||
case 'downloadclient':
|
||||
this._showDownloadClient();
|
||||
break;
|
||||
case 'connect':
|
||||
this._showNotifications();
|
||||
break;
|
||||
case 'notifications':
|
||||
this._showNotifications();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue