settings
This commit is contained in:
parent
3f0bcd6a01
commit
ca68a1995d
|
@ -475,7 +475,7 @@ SettingsPanel.prototype.handler = function(e){
|
|||
$("body").removeClass("bd-minimal-chan");
|
||||
}
|
||||
|
||||
core.saveSettings();
|
||||
mainCore.saveSettings();
|
||||
}
|
||||
|
||||
/* BetterDiscordApp Utilities JavaScript
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -116,5 +116,5 @@ SettingsPanel.prototype.handler = function(e){
|
|||
$("body").removeClass("bd-minimal-chan");
|
||||
}
|
||||
|
||||
core.saveSettings();
|
||||
mainCore.saveSettings();
|
||||
}
|
Loading…
Reference in New Issue