diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-07-16 18:02:28 +1000 |
| commit | 4598e8a775bf74c226e1c1a874529423fa55fe4a (patch) | |
| tree | 043a8b8530ebaa26ccffcaaf019dcca4c4a371c9 /modules/lock/Lock.qml | |
| parent | notifs: remove body if empty (diff) | |
| download | caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.gz caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.tar.bz2 caelestia-shell-4598e8a775bf74c226e1c1a874529423fa55fe4a.zip | |
internal: use new qs imports
Diffstat (limited to 'modules/lock/Lock.qml')
| -rw-r--r-- | modules/lock/Lock.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Lock.qml b/modules/lock/Lock.qml index 1d5176f..c618705 100644 --- a/modules/lock/Lock.qml +++ b/modules/lock/Lock.qml @@ -1,6 +1,6 @@ pragma ComponentBehavior: Bound -import "root:/widgets" +import qs.widgets import Quickshell import Quickshell.Io import Quickshell.Wayland |