Art for steam games (#125)

This commit is contained in:
Philip Kristoffersen
2022-05-14 14:58:51 +02:00
committed by GitHub
parent 7f9c79206d
commit 9bafb9d2c4
6 changed files with 242 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize, Clone)]
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
pub struct SteamSettings {
pub location: Option<String>,
pub create_collections: bool,