Make orders strings instead of usize (#63)

This commit is contained in:
Philip Kristoffersen
2022-03-28 19:44:23 +02:00
committed by GitHub
parent 20fa076ee7
commit 704d5b5758
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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(),