mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Make orders strings instead of usize (#63)
This commit is contained in:
@@ -31,7 +31,7 @@ impl From<HeroicGame> for ShortcutOwned {
|
||||
let launch_options = format!("launch {}",game.app_name);
|
||||
|
||||
let shortcut = Shortcut::new(
|
||||
0,
|
||||
"0",
|
||||
game.title.as_str(),
|
||||
launch.as_str(),
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user