From 4a813121c70314cd203c3f13bd86050f354f907c Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 17 Aug 2026 17:04:43 +0100 Subject: [PATCH] removed duplicate state that was causing a warning --- Bar/WorkspaceSelector.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Bar/WorkspaceSelector.qml b/Bar/WorkspaceSelector.qml index 042e365..8de4fbe 100644 --- a/Bar/WorkspaceSelector.qml +++ b/Bar/WorkspaceSelector.qml @@ -25,18 +25,6 @@ Container { defaultItem: placeholder exclusiveMonitor: monitor - states: [ - State { - name: "hovered" - when: root.hovered - - PropertyChanges { - root.barHeight: 30 - root.workspaceWidth: 20 - } - } - ] - Component { id: placeholder