mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Restart steam option (#82)
Adds options to start and stop steam when importing
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user