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
+3 -1
View File
@@ -2,9 +2,11 @@ mod settings;
mod utils;
mod collections;
mod proton_vdf_util;
mod restarter;
pub use settings::SteamSettings;
pub use utils::*;
pub use collections::*;
pub use proton_vdf_util::*;
pub use proton_vdf_util::*;
pub use restarter::*;