Less warnings & Speeeeed!!

This commit is contained in:
Alex Emmet 2025-11-05 09:09:06 +01:00
commit 42cfada4a7
22 changed files with 312 additions and 403 deletions

View file

@ -45,11 +45,7 @@ impl ConfigUtil {
pub fn update(&mut self) {
if self.unique {
let _ = self.save();
save_file("", "config.json", &self.config.to_string());
}
}
pub fn save(&self) {
save_file("", "config.json", &self.config.to_string());
}
}