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 2234ed1 commit d20daccCopy full SHA for d20dacc
Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs
@@ -44,7 +44,7 @@ private static Result CreateThemeResult(ThemeData theme, ThemeData selectedTheme
44
}
45
46
string description;
47
- if (theme.IsDark == true && theme.HasBlur == true)
+ if (theme.IsDark == true)
48
{
49
if (theme.HasBlur == true)
50
0 commit comments