mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
disable volume control
This commit is contained in:
parent
820e08ae55
commit
2e9d6966dd
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue