diff --git a/UI/Settings/Notifications/CollectionTemplate.html b/UI/Settings/Notifications/CollectionTemplate.html index 643407ff7..510190305 100644 --- a/UI/Settings/Notifications/CollectionTemplate.html +++ b/UI/Settings/Notifications/CollectionTemplate.html @@ -4,7 +4,7 @@
  • - +
  • diff --git a/UI/Settings/SettingsLayout.js b/UI/Settings/SettingsLayout.js index b3947f920..f7c10c7a2 100644 --- a/UI/Settings/SettingsLayout.js +++ b/UI/Settings/SettingsLayout.js @@ -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; diff --git a/UI/Settings/SettingsLayoutTemplate.html b/UI/Settings/SettingsLayoutTemplate.html index b03c3c7df..6264503ac 100644 --- a/UI/Settings/SettingsLayoutTemplate.html +++ b/UI/Settings/SettingsLayoutTemplate.html @@ -3,7 +3,7 @@
  • Quality
  • Indexers
  • Download Client
  • -
  • Notifications
  • +
  • Connect
  • General
  • @@ -11,7 +11,7 @@
    -
    indexers...
    +