Taskbar: add same context menu as dock (#1002)

This commit is contained in:
Ly-sec
2025-12-10 15:01:24 +01:00
parent 315da749ac
commit a47559c1c6
2 changed files with 149 additions and 19 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ PopupWindow {
if (entry != null) {
entry.actions.forEach(function (action) {
next.push({
"icon": "",
"icon": "chevron-right",
"text": action.name,
"action": function () {
action.execute();