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 28d92c7 commit 2e885eaCopy full SHA for 2e885ea
Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs
@@ -38,7 +38,6 @@ public List<Result> Query(Query query)
38
39
private Result CreateThemeResult(ThemeData theme, ThemeData selectedTheme, int score, IList<int> highlightData)
40
{
41
- var themeName = theme.FileNameWithoutExtension;
42
string title;
43
if (theme == selectedTheme)
44
0 commit comments