mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
fix double click to open dash
This commit is contained in:
@@ -147,7 +147,7 @@ DankPopout {
|
|||||||
onActionTriggered: function(index) {
|
onActionTriggered: function(index) {
|
||||||
let settingsIndex = SettingsData.weatherEnabled ? 3 : 2
|
let settingsIndex = SettingsData.weatherEnabled ? 3 : 2
|
||||||
if (index === settingsIndex) {
|
if (index === settingsIndex) {
|
||||||
root.close()
|
dashVisible = false
|
||||||
settingsModal.show()
|
settingsModal.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user