fix(stage-ui): reset always-on-top via manual reset (#1218)
This commit is contained in:
@@ -8,7 +8,7 @@ export const useSettingsControlsIsland = defineStore('settings-controls-island',
|
||||
|
||||
function resetState() {
|
||||
allowVisibleOnAllWorkspaces.reset()
|
||||
alwaysOnTop.value = true
|
||||
alwaysOnTop.reset()
|
||||
controlsIslandIconSize.reset()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user