You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I didn't use --just-run-game, it will fall through match and go with app.run() which does not understand --run-game option and fails.
Can we add another match case when predownload available && run_game flag, and panic with some helpful message such as "hey, predownload available, do something other than --run-game (or --just-run-game if you really don't want to see the ui)"?
The text was updated successfully, but these errors were encountered:
https://github.com/an-anime-team/an-anime-game-launcher/blob/main/src/main.rs#L232
Because I didn't use
--just-run-game
, it will fall through match and go withapp.run()
which does not understand--run-game
option and fails.Can we add another match case when predownload available && run_game flag, and panic with some helpful message such as "hey, predownload available, do something other than --run-game (or --just-run-game if you really don't want to see the ui)"?
The text was updated successfully, but these errors were encountered: