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 2ed5de3 commit cd46c79Copy full SHA for cd46c79
Plugins/Flow.Launcher.Plugin.Sys/ThemeSelector.cs
@@ -30,7 +30,7 @@ public Theme.ThemeData SelectedTheme
30
// when changed non-blur theme, change to backdrop to none
31
if (!_theme.BlurEnabled)
32
{
33
- _settings.BackdropType = BackdropTypes.None;
+ _settings.BackdropType = 0; // Change to 0 instead of BackdropTypes.None
34
}
35
36
// dropshadow on and control disabled.(user can't change dropshadow with blur theme)
0 commit comments