mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make orders strings instead of usize (#63)
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ pub(crate) struct Game {
|
||||
impl From<Game> for ShortcutOwned {
|
||||
fn from(game: Game) -> Self {
|
||||
let launch = format!("uplay://launch/{}", game.id);
|
||||
Shortcut::new(0, &game.name, &launch, "", &game.icon, "", "").to_owned()
|
||||
Shortcut::new("0", &game.name, &launch, "", &game.icon, "", "").to_owned()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user