Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Generate config files when startup
Browse files Browse the repository at this point in the history
Settings form not ready yet.
  • Loading branch information
Brian committed Aug 16, 2016
1 parent 5a737d6 commit e5eb6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PokemonGo.RocketBot.Window/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private void MainForm_Load(object sender, EventArgs e)
{
startStopBotToolStripMenuItem.Enabled = false;
Logger.Write("First time here? Go to settings to set your basic info.");
GlobalSettings.Load("");
}
}

Expand Down

0 comments on commit e5eb6cb

Please sign in to comment.