We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4e83b commit 78ea7d0Copy full SHA for 78ea7d0
client/platform/desktop/frontend/store/settings.ts
@@ -100,8 +100,8 @@ async function init() {
100
101
async function updateSettings(s: Settings) {
102
window.localStorage.setItem(SettingsKey, JSON.stringify(s));
103
- ipcRenderer.send('update-settings', settings.value);
104
settings.value = cloneDeep(s);
+ ipcRenderer.send('update-settings', settings.value);
105
}
106
107
async function acknowledgeVersion() {
0 commit comments