mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-12 21:06:43 +02:00
Format json file also when exporting selected apps
This commit is contained in:
@ -911,7 +911,8 @@ class AppsPageState extends State<AppsPage> {
|
||||
onPressed: selectedAppIds.isEmpty
|
||||
? null
|
||||
: () {
|
||||
var exportJSON = jsonEncode(
|
||||
var encoder = const JsonEncoder.withIndent(" ");
|
||||
var exportJSON = encoder.convert(
|
||||
appsProvider.generateExportJSON(
|
||||
appIds: selectedApps
|
||||
.map((e) => e.id)
|
||||
|
Reference in New Issue
Block a user