Menu needs to have logging by default

This commit is contained in:
Matt Nadareski
2016-04-28 15:59:57 -07:00
parent a2d3c04155
commit 4e73261987

View File

@@ -44,6 +44,7 @@ namespace SabreTools
// If there's no arguments, show the menu
if (args.Length == 0)
{
logger.ToFile = true;
ShowMainMenu();
logger.Close();
return;