diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index deb063279..bcdd94e1c 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -189,7 +189,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel public bool ShowWMPWarning { - get => !Settings.WMPInstalled; + get => !Settings.WMPInstalled && UseSound; } public bool EnableVolumeAdjustment