Skip to content

Commit

Permalink
bug(settings): use csv instead of txt for uninstalled_packages
Browse files Browse the repository at this point in the history
Fixes #631
  • Loading branch information
AnonymousWP authored and adhirajsinghchauhan committed Jan 14, 2025
1 parent c9eeed3 commit fadef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/views/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
))
Expand Down

0 comments on commit fadef4e

Please sign in to comment.