brianzhouzc / RocketBot

An automated Pokémon Go Bot
GNU General Public License v3.0
564 stars 315 forks source link

[Bug] Refresh button and Start Bot button. #828

Open hannemaster opened 8 years ago

hannemaster commented 8 years ago

When you click the "Refresh" button in the pokemon list when the bot is not started, the bot will start. But the "Start Bot" button does not change to "Stop Bot".

BillOatman commented 8 years ago

Also when you press the stop bot button, the button text changes to start instead of start bot.

In MainForm.cs startStopBotToolStripMenuItem.Text = "Start"; to startStopBotToolStripMenuItem.Text = "Start Bot";

bushshrub commented 8 years ago

Beta3 doesn't have a stop button too