From 707afde6496fba9e77744c0e9b6df0a193bf5eac Mon Sep 17 00:00:00 2001 From: Alexei Stukov Date: Tue, 2 May 2017 18:15:02 +0300 Subject: [PATCH] Fix setting saving --- js/main.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 5c94cfe..6f35a42 100644 --- a/js/main.js +++ b/js/main.js @@ -85,7 +85,7 @@ betterDiscordIPC.on('asynchronous-reply', (event, arg) => { }); var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode, pluginModule, themeModule, customCssEditor, dMode; -var jsVersion = 1.78; +var jsVersion = 1.79; var supportedVersion = "0.2.81"; var mainObserver; @@ -188,6 +188,13 @@ var bdchangelog = { "text": "Replace Discord blue with BetterDiscord blue!", "img": "" } + }, + "fixes": { + "0a": { + "title": "1.79 : Settings Saving", + "text": "Fixed settings not saving with new settings panel", + "img": "" + } } }; @@ -4937,6 +4944,8 @@ class V2_SettingsPanel { } else { dMode.disable(); } + + mainCore.saveSettings(); } renderSidebar() {