diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:24:54 -0400 |
| commit | 50bbd6f464fd32d3ce345681c6448ef963fb6e81 (patch) | |
| tree | d29ac42d5faaf2c4beb3b8ef3f138729a09de7bf /modules/controlcenter/Session.qml | |
| parent | only show active workspaces, fix colors (diff) | |
| download | caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.gz caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.bz2 caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.zip | |
remove more stuffff
Diffstat (limited to 'modules/controlcenter/Session.qml')
| -rw-r--r-- | modules/controlcenter/Session.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index 8a8545f..b7dd888 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -14,8 +14,6 @@ QtObject { readonly property BluetoothState bt: BluetoothState {} readonly property NetworkState network: NetworkState {} readonly property EthernetState ethernet: EthernetState {} - readonly property LauncherState launcher: LauncherState {} - readonly property VpnState vpn: VpnState {} onActiveChanged: activeIndex = Math.max(0, panes.indexOf(active)) onActiveIndexChanged: if (panes[activeIndex]) |