Skip to content

Commit ac0f680

Browse files
committed
Only show WMP warning when sound is enabled
1 parent d4b3f16 commit ac0f680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public bool UseSound
189189

190190
public bool ShowWMPWarning
191191
{
192-
get => !Settings.WMPInstalled;
192+
get => !Settings.WMPInstalled && UseSound;
193193
}
194194

195195
public bool EnableVolumeAdjustment

0 commit comments

Comments
 (0)