mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Indexer settings overhaul, reviewed settings tooltips
This commit is contained in:
@@ -21,7 +21,7 @@ define(
|
||||
this.namingSettings = options.namingSettings;
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
onShow: function () {
|
||||
this.episodeNaming.show(new NamingView({ model: this.namingSettings }));
|
||||
this.sorting.show(new SortingView({ model: this.settings }));
|
||||
this.fileManagement.show(new FileManagementView({ model: this.settings }));
|
||||
|
||||
Reference in New Issue
Block a user