From 94023cf5cdad7e5ff60b50adc57d0fb1d8a2f3ca Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 16 May 2024 17:50:24 +0900 Subject: [PATCH] Fix Testing Code --- Flow.Launcher/SettingWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 35562c018..502094656 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -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;