diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-22 09:02:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:45:27 -0400 |
| commit | 6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef (patch) | |
| tree | 9c77312e5a873647d3540331413dbe691e6768f2 /modules/controlcenter/state | |
| parent | remove lockscreen (diff) | |
| download | caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.gz caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.bz2 caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.zip | |
fix rebase
Diffstat (limited to 'modules/controlcenter/state')
| -rw-r--r-- | modules/controlcenter/state/VpnState.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/controlcenter/state/VpnState.qml b/modules/controlcenter/state/VpnState.qml deleted file mode 100644 index aa911f1..0000000 --- a/modules/controlcenter/state/VpnState.qml +++ /dev/null @@ -1,5 +0,0 @@ -import QtQuick - -QtObject { - property var active: null -} |