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:
@@ -12,7 +12,7 @@ impl From<LutrisGame> for ShortcutOwned {
|
||||
fn from(game: LutrisGame) -> Self {
|
||||
let options = format!("lutris:rungame/{}", game.id);
|
||||
Shortcut::new(
|
||||
0,
|
||||
"0",
|
||||
game.name.as_str(),
|
||||
"lutris",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user