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
@@ -44,7 +44,7 @@ impl From<GogShortcut> for ShortcutOwned {
|
||||
exe.to_str().unwrap_or("").to_string()
|
||||
};
|
||||
let shortcut = Shortcut::new(
|
||||
0,
|
||||
"0",
|
||||
gogs.name.as_str(),
|
||||
exe.to_str().unwrap(),
|
||||
gogs.working_dir.as_str(),
|
||||
|
||||
Reference in New Issue
Block a user