mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-05 19:37:22 +00:00
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:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user