We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f89f commit 936b868Copy full SHA for 936b868
ContextMenu.cs
@@ -12,7 +12,7 @@ internal static List<Result> GetBrowserTabContextMenu(BrowserTab tab)
12
new Result
13
{
14
Title = "Switch to tab",
15
- IcoPath = Main.IconPath,
+ IcoPath = Main.SwitchTabPath,
16
Action = c =>
17
18
tab.ActivateTab();
@@ -22,7 +22,7 @@ internal static List<Result> GetBrowserTabContextMenu(BrowserTab tab)
22
23
24
Title = "Close tab",
25
+ IcoPath = Main.CloseTabPath,
26
27
28
tab.CloseTab();
Images/close_tab.png
3.83 KB
Images/switch_tab.png
2.41 KB
0 commit comments