Skip to content

Commit fe2298d

Browse files
committed
Use new badge icon
1 parent 936b868 commit fe2298d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Images/tab.png

2.07 KB
Loading

Main.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ namespace Flow.Launcher.Plugin.BrowserTabs
1111
public class Main : IAsyncPlugin, IPluginI18n, IContextMenu, ISettingProvider
1212
{
1313
public const string IconPath = "Images/icon.png";
14+
public const string TabPath = "Images/tab.png";
15+
public const string SwitchTabPath = "Images/switch_tab.png";
16+
public const string CloseTabPath = "Images/close_tab.png";
1417

1518
private SettingWindow? SettingWindow;
1619

@@ -54,7 +57,7 @@ public Task<List<Result>> QueryAsync(Query query, CancellationToken token)
5457
return true;
5558
},
5659
ShowBadge = true,
57-
BadgeIcoPath = IconPath
60+
BadgeIcoPath = TabPath
5861
});
5962
}
6063
}

0 commit comments

Comments
 (0)