1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix double click to open dash

This commit is contained in:
bbedward
2025-09-10 08:29:09 -04:00
parent e5083fb3a4
commit 44ebd6a2ee

View File

@@ -147,7 +147,7 @@ DankPopout {
onActionTriggered: function(index) {
let settingsIndex = SettingsData.weatherEnabled ? 3 : 2
if (index === settingsIndex) {
root.close()
dashVisible = false
settingsModal.show()
}
}