Bigpicture optimization (#69)

* Download icons  when not in bigpicture mode
This commit is contained in:
Philip Kristoffersen
2022-04-01 17:40:39 +02:00
committed by GitHub
parent a1ea4dadb0
commit 077f445175
8 changed files with 148 additions and 63 deletions
+1
View File
@@ -4,4 +4,5 @@ use serde::{Deserialize, Serialize};
pub struct SteamSettings {
pub location: Option<String>,
pub create_collections: bool,
pub optimize_for_big_picture: bool,
}