bug(settings): use csv instead of txt for uninstalled_packages

Fixes #631
This commit is contained in:
Anonymoussaurus 2025-01-14 00:04:52 +01:00 committed by Adhiraj Singh Chauhan
commit fadef4ef39
No known key found for this signature in database
GPG key ID: D889CEA057BF085C

View file

@ -544,7 +544,7 @@ impl Settings {
].padding(20);
let file_row = row![text(format!(
"{}_{}.txt",
"{}_{}.csv",
UNINSTALLED_PACKAGES_FILE_NAME,
chrono::Local::now().format("%Y%m%d")
))