fixed bug where user would get softlocked when passing empty search field

This commit is contained in:
lolinator53 2024-04-27 03:29:33 +02:00 committed by BigBoiCJ
parent 9e32bb3969
commit 97cdc0b713

View file

@ -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: