mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-11 10:25:36 +02:00
fixed bug where user would get softlocked when passing empty search field
This commit is contained in:
parent
9e32bb3969
commit
97cdc0b713
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ try: # Handles Python errors to write them to a log file so they can be reported
|
|||
if gameNameEntry.get() == "":
|
||||
update_logs("\n[!] Please enter a valid Name or AppID")
|
||||
selectFolderButton.config(state=tk.NORMAL) # Re-enable the ability to change the selected folder
|
||||
searchGameButton.config(state=tk.NORMAL) # Re-enable the ability to search the game
|
||||
return
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue