From ae9da35af1cc1ac803396d623f0a66c418e0fef9 Mon Sep 17 00:00:00 2001 From: purian23 Date: Sat, 27 Sep 2025 21:52:06 -0400 Subject: [PATCH] fix: Dank Bar per/Display options --- Modules/Settings/DisplaysTab.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Settings/DisplaysTab.qml b/Modules/Settings/DisplaysTab.qml index b05823b2..65df9162 100644 --- a/Modules/Settings/DisplaysTab.qml +++ b/Modules/Settings/DisplaysTab.qml @@ -10,8 +10,8 @@ Item { id: displaysTab property var variantComponents: [{ - "id": "topBar", - "name": "Top Bar", + "id": "dankBar", + "name": "Dank Bar", "description": "System bar with widgets and system information", "icon": "toolbar" }, {