mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Only show WMP warning when sound is enabled
This commit is contained in:
parent
d4b3f1667c
commit
ac0f68066f
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
|
||||
public bool ShowWMPWarning
|
||||
{
|
||||
get => !Settings.WMPInstalled;
|
||||
get => !Settings.WMPInstalled && UseSound;
|
||||
}
|
||||
|
||||
public bool EnableVolumeAdjustment
|
||||
|
|
|
|||
Loading…
Reference in a new issue