diff --git a/src/config.rs b/src/config.rs index 982a694..ff391a5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -131,7 +131,7 @@ fn load_config() -> AppConfig { confy::load(&*program::program_name(), CONFIG_NAME).unwrap_or_default() } -/// Speichert die übergebene Konfiguration in der Konfigurationsdatei. -fn save_config(config: AppConfig) { - confy::store(&*program::program_name(), CONFIG_NAME, config).unwrap(); -} \ No newline at end of file +// /// Speichert die übergebene Konfiguration in der Konfigurationsdatei. +// fn save_config(config: AppConfig) { +// confy::store(&*program::program_name(), CONFIG_NAME, config).unwrap(); +// } \ No newline at end of file