diff --git a/VolumeControl/Program.cs b/VolumeControl/Program.cs index 6a68363a..996765a1 100644 --- a/VolumeControl/Program.cs +++ b/VolumeControl/Program.cs @@ -142,7 +142,7 @@ private static int Main_Impl(string[] args) // show all log message types in debug mode FLog.Log.EventTypeFilter = EventType.DEBUG | EventType.INFO | EventType.WARN | EventType.ERROR | EventType.FATAL | EventType.TRACE; // open the log file for monitoring - //no thanks ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true }); + ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true }); #endif // write the config & log filepaths to the log