Skip to content

Commit cd46c79

Browse files
committed
Fix build issue
1 parent 2ed5de3 commit cd46c79

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
@@ -30,7 +30,7 @@ public Theme.ThemeData SelectedTheme
3030
// when changed non-blur theme, change to backdrop to none
3131
if (!_theme.BlurEnabled)
3232
{
33-
_settings.BackdropType = BackdropTypes.None;
33+
_settings.BackdropType = 0; // Change to 0 instead of BackdropTypes.None
3434
}
3535

3636
// dropshadow on and control disabled.(user can't change dropshadow with blur theme)

0 commit comments

Comments
 (0)