disable volume control

This commit is contained in:
DB p 2024-05-16 17:48:00 +09:00
parent 820e08ae55
commit 2e9d6966dd

View file

@ -71,9 +71,10 @@ namespace Flow.Launcher
private void CheckMediaPlayer()
{
if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Windows Media Player", "wmplayer.exe")))
if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Windows Media Player", "wmplayer2.exe")))
{
WMPWarning.Visibility = Visibility.Visible;
SoundEffectValue.IsEnabled = false;
}
}
private void SettingsWindowViewModelChanged(object sender, PropertyChangedEventArgs e)