chore: Update Zen theme CSS to add context menu option for changing tab(s) to workspace

This commit is contained in:
Mauro Balades
2024-08-14 15:56:18 +02:00
parent 8c90f378d7
commit e64d8a4fd2
3 changed files with 9 additions and 1 deletions

View File

@@ -15,3 +15,7 @@ zen-panel-ui-workspaces-create-cancel =
zen-workspaces-panel-context-delete =
.label = Delete Workspace
.accesskey = D
context-zen-change-workspace-tab =
.label = Change Tab(s) To Workspace
.accesskey = C

View File

@@ -45,6 +45,10 @@
--menu-image: url("sidebars-right.svg") !important;
}
#context-zen-change-workspace-tab {
--menu-image: url("move-tab.svg") !important;
}
#context-zenSplitLink {
--menu-image: url("link.svg") !important;
}