Only show WMP warning when sound is enabled

This commit is contained in:
Yusyuriv 2024-05-23 20:47:42 +06:00
parent d4b3f1667c
commit ac0f68066f
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -189,7 +189,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel
public bool ShowWMPWarning
{
get => !Settings.WMPInstalled;
get => !Settings.WMPInstalled && UseSound;
}
public bool EnableVolumeAdjustment