Skip to content

Commit

Permalink
uncomment line that opens notepad in debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 20, 2024
1 parent 58c55b2 commit dc919df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VolumeControl/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc919df

Please sign in to comment.