mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Taskbar: add same context menu as dock (#1002)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user