Restart steam option (#82)

Adds options to start and stop steam when importing
This commit is contained in:
Philip Kristoffersen
2022-04-15 09:38:43 +02:00
committed by GitHub
parent 9396b06765
commit fcc3a4abc3
9 changed files with 110 additions and 7 deletions
+2
View File
@@ -5,4 +5,6 @@ pub struct SteamSettings {
pub location: Option<String>,
pub create_collections: bool,
pub optimize_for_big_picture: bool,
pub stop_steam: bool,
pub start_steam: bool,
}