Skip to content

Commit

Permalink
Fix linked levels toggle not working
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Nov 15, 2023
1 parent 9e052a7 commit 83b9191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/panel-preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ function openSettings() {
}

function sendSettings(newSettings) {
ipc.send('send-settings', newSettings)
ipc.send('send-settings', {
newSettings,
sendUpdate: true
})
}

function requestSettings() {
Expand Down

0 comments on commit 83b9191

Please sign in to comment.