We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c55b2 commit dc919dfCopy full SHA for dc919df
VolumeControl/Program.cs
@@ -142,7 +142,7 @@ private static int Main_Impl(string[] args)
142
// show all log message types in debug mode
143
FLog.Log.EventTypeFilter = EventType.DEBUG | EventType.INFO | EventType.WARN | EventType.ERROR | EventType.FATAL | EventType.TRACE;
144
// open the log file for monitoring
145
- //no thanks ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true });
+ ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true });
146
#endif
147
148
// write the config & log filepaths to the log
0 commit comments