taskbar: middle click to launch new instance

This commit is contained in:
end-4
2025-11-12 21:40:21 +01:00
parent 945c6a0782
commit 7bfbf011d2
@@ -37,6 +37,12 @@ AppButton {
}
}
onMiddleClickAction: {
if (root.desktopEntry) {
desktopEntry.execute()
}
}
// Active indicator
Rectangle {
id: activeIndicator