From 44ebd6a2ee749946a1450ce0ead2c13ae5ea5906 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 10 Sep 2025 08:29:09 -0400 Subject: [PATCH] fix double click to open dash --- Modules/DankDash/DankDashPopout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/DankDash/DankDashPopout.qml b/Modules/DankDash/DankDashPopout.qml index a3008c20..13675c8c 100644 --- a/Modules/DankDash/DankDashPopout.qml +++ b/Modules/DankDash/DankDashPopout.qml @@ -147,7 +147,7 @@ DankPopout { onActionTriggered: function(index) { let settingsIndex = SettingsData.weatherEnabled ? 3 : 2 if (index === settingsIndex) { - root.close() + dashVisible = false settingsModal.show() } }