1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-10 15:52:58 -04:00

fix: Update DankDropdown & Clipboard Pins

This commit is contained in:
purian23
2026-01-31 13:40:15 -05:00
parent 4602442feb
commit 07242a00b3
4 changed files with 656 additions and 63 deletions

View File

@@ -396,6 +396,7 @@ Item {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
root.currentValue = delegateRoot.modelData;
root.valueChanged(delegateRoot.modelData);
dropdownMenu.close();
}