fix(stage-ui): reset always-on-top via manual reset (#1218)

This commit is contained in:
Garfield Lee
2026-03-09 23:19:30 +08:00
committed by GitHub
parent 544f769fda
commit 3ece47759e
@@ -8,7 +8,7 @@ export const useSettingsControlsIsland = defineStore('settings-controls-island',
function resetState() {
allowVisibleOnAllWorkspaces.reset()
alwaysOnTop.value = true
alwaysOnTop.reset()
controlsIslandIconSize.reset()
}