mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Removed virtuals from ConfigService.
Settings UI taking shape.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
'click .x-download-client-tab': 'showDownloadClient',
|
||||
'click .x-notifications-tab': 'showNotifications',
|
||||
'click .x-system-tab': 'showSystem',
|
||||
'click .x-misc-tab': 'showMisc'
|
||||
'click .x-misc-tab': 'showMisc',
|
||||
'click .x-save-settings': 'save'
|
||||
},
|
||||
|
||||
showNaming: function (e) {
|
||||
@@ -153,6 +154,10 @@
|
||||
default:
|
||||
this.showNaming();
|
||||
}
|
||||
},
|
||||
|
||||
save: function () {
|
||||
this.settings.save();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user