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] Add an option to bypass the App type "game" verification #46

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

[GUI] Add an option to bypass the App type "game" verification #46

BigBoiCJ opened this issue Feb 17, 2024 · 1 comment
Assignees
Labels
added Feature added enhancement New feature or request

Comments

@BigBoiCJ
Copy link
Owner

As reported here: https://cs.rin.ru/forum/viewtopic.php?p=2996428#p2996428

The option will probably be added in the Advanced tab, as a checkbox

Concerned code:

if data["data"]["type"] != "game":
update_logs(f"\n[!] AppID {appID} is not a game.")
gameFoundStatus.config(text=f"AppID {appID} is not a game.")
appID = 0
return False

@BigBoiCJ BigBoiCJ added the enhancement New feature or request 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

Added in SAC GUI v2.0.0

@BigBoiCJ BigBoiCJ added added Feature added 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
added Feature added enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant