fix: restore wine configuration
This commit is contained in:
@ -57,7 +57,7 @@ pub async fn run(_args: Vec<String>) {
|
||||
if let Ok(matches) = app.cli().matches() {
|
||||
let start_arg = matches.args.get("start").expect("Invalid argument configuration");
|
||||
let game_arg = matches.args.get("game").expect("Invalid argument configuration");
|
||||
let name_arg = matches.args.get("name").expect("Invalid argument configuration");
|
||||
let name_arg = matches.args.get("profile").expect("Invalid argument configuration");
|
||||
log::debug!("{:?} {:?} {:?}", start_arg, game_arg, name_arg);
|
||||
if start_arg.occurrences > 0 {
|
||||
start_immediately = true;
|
||||
|
Reference in New Issue
Block a user