mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-22 14:09:29 +02:00
Allow excluding secret values from export file (#2430)
This commit is contained in:
@@ -1037,7 +1037,7 @@ class AppsPageState extends State<AppsPage> {
|
||||
var exportJSON = encoder.convert(
|
||||
appsProvider.generateExportJSON(
|
||||
appIds: selectedApps.map((e) => e.id).toList(),
|
||||
overrideExportSettings: false,
|
||||
overrideExportSettings: 0,
|
||||
),
|
||||
);
|
||||
String fn =
|
||||
|
Reference in New Issue
Block a user