1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

launcher v2: allow categories in plugins

This commit is contained in:
bbedward
2026-01-24 16:58:55 -05:00
parent 4e3b24ffbb
commit 8f44d52cb2
4 changed files with 143 additions and 3 deletions

View File

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