From 350148528bba5719c4cfbdf58d092d8205c3f16d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:02:19 +1000 Subject: dashboard: fix tab desync Fixes #324 --- modules/bar/components/TrayItem.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/bar/components/TrayItem.qml') 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 -- cgit v1.2.3-freya