mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
2ed5de320a
commit
cd46c79a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace Flow.Launcher.Plugin.Sys
|
|||
// when changed non-blur theme, change to backdrop to none
|
||||
if (!_theme.BlurEnabled)
|
||||
{
|
||||
_settings.BackdropType = BackdropTypes.None;
|
||||
_settings.BackdropType = 0; // Change to 0 instead of BackdropTypes.None
|
||||
}
|
||||
|
||||
// dropshadow on and control disabled.(user can't change dropshadow with blur theme)
|
||||
|
|
|
|||
Loading…
Reference in a new issue