Watch
1
0
Fork
You've already forked souveraine
0

fix: Ai.qml missing 'import qs' — GlobalStates ReferenceError crashed lock redaction

The lock-time redaction Connections block referenced GlobalStates but
Ai.qml never imported the root qs module, so every screenLocked change
threw ReferenceError inside the handler — taking the lock surface down.
This commit is contained in:
Fimeg 2026-07-14 22:26:19 -04:00
commit 6532572b8d

View file

@ -1,6 +1,7 @@
pragma Singleton pragma Singleton
pragma ComponentBehavior: Bound pragma ComponentBehavior: Bound
import qs
import qs.modules.common import qs.modules.common
import Quickshell import Quickshell
import Quickshell.Io import Quickshell.Io