mirror of
https://github.com/sascha-hemi/homeassistant-desktop.git
synced 2026-03-21 03:04:10 +01:00
fixed autoswitching bug
This commit is contained in:
2
app.js
2
app.js
@@ -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"));
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user