1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

Fix system theming messages and usage

This commit is contained in:
bbedward
2025-08-21 23:26:02 -04:00
parent 491d0a6f68
commit 9e88960963
4 changed files with 184 additions and 251 deletions

View File

@@ -348,7 +348,7 @@ Rectangle {
onClicked: {
root.currentValue = modelData
root.valueChanged(modelData)
ListView.view.popupRef.close()
dropdownMenu.close()
}
}
}