mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Testing Code
This commit is contained in:
parent
2e9d6966dd
commit
94023cf5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ namespace Flow.Launcher
|
|||
private void CheckMediaPlayer()
|
||||
{
|
||||
|
||||
if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Windows Media Player", "wmplayer2.exe")))
|
||||
if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Windows Media Player", "wmplayer.exe")))
|
||||
{
|
||||
WMPWarning.Visibility = Visibility.Visible;
|
||||
SoundEffectValue.IsEnabled = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue