Skip to content

Commit

Permalink
Merge pull request #796 from Universal-Debloater-Alliance/631-bugscop…
Browse files Browse the repository at this point in the history
…e-export-uninstalled-packages-with-their-description-success-message-references-txt-file-instead-of-csv

bug(settings): use csv instead of txt for `uninstalled_packages`
  • Loading branch information
adhirajsinghchauhan authored Jan 14, 2025
2 parents c9eeed3 + fadef4e commit 2673fd5
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 2673fd5

Please sign in to comment.