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:
parent
13cded0087
commit
6532572b8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue