mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
bug(settings): use csv instead of txt for uninstalled_packages
Fixes #631
This commit is contained in:
parent
c9eeed3d7d
commit
fadef4ef39
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue