Fix Testing Code

This commit is contained in:
DB p 2024-05-16 17:50:24 +09:00
parent 2e9d6966dd
commit 94023cf5cd

View file

@ -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;