summaryrefslogtreecommitdiff
path: root/modules/controlcenter/Session.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 19:53:59 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-09 19:53:59 -0500
commit9c6aea03b58ead9044184724613ea1baa2a3cd35 (patch)
tree982e19a91803cc2842a11fecd272800af373fa43 /modules/controlcenter/Session.qml
parentlen :3 (diff)
downloadcaelestia-shell-9c6aea03b58ead9044184724613ea1baa2a3cd35.tar.gz
caelestia-shell-9c6aea03b58ead9044184724613ea1baa2a3cd35.tar.bz2
caelestia-shell-9c6aea03b58ead9044184724613ea1baa2a3cd35.zip
remove more things, make lock screen use wallpaper not screenshot
Diffstat (limited to 'modules/controlcenter/Session.qml')
-rw-r--r--modules/controlcenter/Session.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml
index 0408a1a..090ae9b 100644
--- a/modules/controlcenter/Session.qml
+++ b/modules/controlcenter/Session.qml
@@ -14,7 +14,6 @@ QtObject {
readonly property BluetoothState bt: BluetoothState {}
readonly property NetworkState network: NetworkState {}
readonly property EthernetState ethernet: EthernetState {}
- readonly property LauncherState launcher: LauncherState {}
onActiveChanged: activeIndex = panes.indexOf(active)
onActiveIndexChanged: active = panes[activeIndex]