Skip to content

Commit 78ea7d0

Browse files
committed
Send backend most recent settings
1 parent fb4e83b commit 78ea7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/platform/desktop/frontend/store/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ async function init() {
100100

101101
async function updateSettings(s: Settings) {
102102
window.localStorage.setItem(SettingsKey, JSON.stringify(s));
103-
ipcRenderer.send('update-settings', settings.value);
104103
settings.value = cloneDeep(s);
104+
ipcRenderer.send('update-settings', settings.value);
105105
}
106106

107107
async function acknowledgeVersion() {

0 commit comments

Comments
 (0)