fixed autoswitching bug

This commit is contained in:
mrvnklm
2020-09-28 14:20:34 +02:00
parent 9c93cab40e
commit 1c15f612da
3 changed files with 278 additions and 170 deletions

2
app.js
View File

@@ -147,7 +147,7 @@ const getMenu = () => {
store.has("allInstances") && store.get("allInstances").length > 1,
checked: store.get("automaticSwitching"),
click: () => {
store.set("automaticSwitching", store.get("automaticSwitching"));
store.set("automaticSwitching", !store.get("automaticSwitching"));
},
}
);