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

missing nvidia color

This commit is contained in:
bbedward
2025-08-21 14:36:24 -04:00
parent cbc14dddfe
commit bcd02d4e90
2 changed files with 4 additions and 2 deletions

View File

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