Fix cargo versions

This commit is contained in:
Philip
2021-09-26 07:43:36 +02:00
parent 195555b244
commit 6d4d2689f1
3 changed files with 12 additions and 10 deletions
+3 -1
View File
@@ -22,9 +22,11 @@ impl Settings {
let default_str = include_str!("defaultconfig.toml");
s.merge(File::from_str(default_str, config::FileFormat::Toml))?;
#[cfg(target_os = "linux")]
let enable_legendary = true;
#[cfg(target_os = "linux")]
let enable_epic = false;
#[cfg(target_os = "windows")]
let enable_legendary = false;
#[cfg(target_os = "windows")]