diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 19:53:59 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:26:49 -0400 |
| commit | c3894de0032390c09ddd28c8c2bf3b3bd9f5b4e9 (patch) | |
| tree | 65f321bcfc3ac27664e25f351fcc61908cea5a21 /modules/controlcenter/state | |
| parent | len :3 (diff) | |
| download | caelestia-shell-c3894de0032390c09ddd28c8c2bf3b3bd9f5b4e9.tar.gz caelestia-shell-c3894de0032390c09ddd28c8c2bf3b3bd9f5b4e9.tar.bz2 caelestia-shell-c3894de0032390c09ddd28c8c2bf3b3bd9f5b4e9.zip | |
remove more things, make lock screen use wallpaper not screenshot
Diffstat (limited to '')
| -rw-r--r-- | modules/controlcenter/state/LauncherState.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/controlcenter/state/LauncherState.qml b/modules/controlcenter/state/LauncherState.qml deleted file mode 100644 index 58f5fc8..0000000 --- a/modules/controlcenter/state/LauncherState.qml +++ /dev/null @@ -1,7 +0,0 @@ -import QtQuick - -QtObject { - id: root - - property var active: null -} |