UI for image download refactor and fixes (#98)

This commit is contained in:
Philip Kristoffersen
2022-04-24 21:44:27 +02:00
committed by GitHub
parent 5721c8d47b
commit d2ccef8b9b
7 changed files with 404 additions and 320 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ pub struct ShortcutInfo {
pub shortcuts: Vec<ShortcutOwned>,
}
#[derive(Default, PartialEq, Clone)]
#[derive(Default, PartialEq, Clone, Debug)]
pub struct SteamUsersInfo {
pub steam_user_data_folder: String,
pub shortcut_path: Option<String>,