Skip to content

Commit d20dacc

Browse files
committed
Fix logic issue
1 parent 2234ed1 commit d20dacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static Result CreateThemeResult(ThemeData theme, ThemeData selectedTheme
4444
}
4545

4646
string description;
47-
if (theme.IsDark == true && theme.HasBlur == true)
47+
if (theme.IsDark == true)
4848
{
4949
if (theme.HasBlur == true)
5050
{

0 commit comments

Comments
 (0)