Skip to content

Commit dc919df

Browse files
committed
uncomment line that opens notepad in debug config
1 parent 58c55b2 commit dc919df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VolumeControl/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private static int Main_Impl(string[] args)
142142
// show all log message types in debug mode
143143
FLog.Log.EventTypeFilter = EventType.DEBUG | EventType.INFO | EventType.WARN | EventType.ERROR | EventType.FATAL | EventType.TRACE;
144144
// open the log file for monitoring
145-
//no thanks ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true });
145+
ShellHelper.Start(new("notepad++.exe", $"-monitor \"{Settings.LogPath}\"") { UseShellExecute = true });
146146
#endif
147147

148148
// write the config & log filepaths to the log

0 commit comments

Comments
 (0)