Skip to content

Commit b1a4046

Browse files
committed
Added 'Reopen Closed Tab' command
1 parent a97d5ab commit b1a4046

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/zen/urlbar/ZenUBGlobalActions.sys.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ const globalActionsTemplate = [
9595
return isNotEmptyTab(window);
9696
},
9797
},
98+
{
99+
label: 'Reopen Closed Tab',
100+
command: 'History:UndoCloseTab',
101+
icon: 'chrome://browser/skin/zen-icons/open.svg',
102+
},
98103
{
99104
label: 'Reload Tab',
100105
command: 'Browser:Reload',

0 commit comments

Comments
 (0)