feat(ui): Add new "Pin Tab Globally" context menu option

This commit introduces a new context menu option called "Pin Tab Globally" which allows users to pin tabs to the global pin list, making them accessible from any workspace.

The icon for this option is set to the same as the existing "Pin Tab" context menu option.
This commit is contained in:
Kristijan Ribarić
2024-11-04 08:47:21 +01:00
parent 46d9280490
commit 4b993c932e

View File

@@ -893,7 +893,8 @@ menuitem[contexttype='fullscreen'][label*='Exit'] {
#context_pinSelectedTabs,
#context_unpinSelectedTabs,
.customize-context-moveToPanel,
#context_zen-replace-pinned-url-with-current {
#context_zen-replace-pinned-url-with-current,
#context_zen-pin-tab-global{
--menu-image: url('pin.svg');
}