mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Quality size settings save now, with fancy messages
This commit is contained in:
@@ -6,8 +6,6 @@ define(['app',
|
||||
var model = DeepModel.DeepModel.extend({
|
||||
|
||||
initialize: function () {
|
||||
|
||||
// App.vent.on(App.Commands.SaveSettings, this.saveSettings, this);
|
||||
this.listenTo(App.vent, App.Commands.SaveSettings, this.saveSettings);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user