revert: reverted !354

Not needed after fixing gtk args
This commit is contained in:
Observer KRypt0n_ 2024-05-08 19:28:32 +02:00
parent ab3e3666c4
commit c1426be188
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -241,10 +241,6 @@ fn main() -> anyhow::Result<()> {
return Ok(());
}
LauncherState::PredownloadAvailable { .. } if run_game => {
return Err(anyhow::anyhow!("Predownload available. Use --just-run-game to run anyway, or open the UI to download it"));
}
_ => ()
}
}