Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUI] Bug: Controls remain locked on RetrieveGame() fail #47

Closed
BigBoiCJ opened this issue Feb 17, 2024 · 1 comment
Closed

[GUI] Bug: Controls remain locked on RetrieveGame() fail #47

BigBoiCJ opened this issue Feb 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working fixed Bug fixed

Comments

@BigBoiCJ
Copy link
Owner

Give back control on RetrieveGame() fail

if appID != 0:
if RetrieveGame(): # On success
# We are now on step 3
gameSearchDone = True
frameCrack2.pack() # Show the crack frame
searchGameButton.config(state=tk.NORMAL) # Re-enable the ability to search the game
selectFolderButton.config(state=tk.NORMAL) # Re-enable the ability to change the selected folder
else:
searchGameButton.config(state=tk.NORMAL) # Re-enable the ability to search the game
selectFolderButton.config(state=tk.NORMAL) # Re-enable the ability to change the selected folder

Should be fine to change line 132 to if appID != 0 and RetrieveGame():

@BigBoiCJ BigBoiCJ added the bug Something isn't working label Feb 17, 2024
@BigBoiCJ BigBoiCJ self-assigned this Feb 17, 2024
@BigBoiCJ BigBoiCJ added the WIP Currently being worked on label Mar 13, 2024
@BigBoiCJ
Copy link
Owner Author

Fixed in SAC GUI v2.0.0

@BigBoiCJ BigBoiCJ added fixed Bug fixed and removed WIP Currently being worked on labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Bug fixed
Projects
None yet
Development

No branches or pull requests

1 participant