diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 21:02:19 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 21:02:19 +1000 |
| commit | 350148528bba5719c4cfbdf58d092d8205c3f16d (patch) | |
| tree | 53545daa1b13065ab0281fb954e710d6992b1028 /modules/bar/components | |
| parent | readme: add faq (diff) | |
| download | caelestia-shell-350148528bba5719c4cfbdf58d092d8205c3f16d.tar.gz caelestia-shell-350148528bba5719c4cfbdf58d092d8205c3f16d.tar.bz2 caelestia-shell-350148528bba5719c4cfbdf58d092d8205c3f16d.zip | |
dashboard: fix tab desync
Fixes #324
Diffstat (limited to 'modules/bar/components')
| -rw-r--r-- | modules/bar/components/TrayItem.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/bar/components/TrayItem.qml b/modules/bar/components/TrayItem.qml index 2c8fa63..3b95949 100644 --- a/modules/bar/components/TrayItem.qml +++ b/modules/bar/components/TrayItem.qml @@ -1,8 +1,6 @@ pragma ComponentBehavior: Bound -import qs.widgets import qs.config -import Quickshell import Quickshell.Widgets import Quickshell.Services.SystemTray import QtQuick |