Allow excluding secret values from export file (#2430)

This commit is contained in:
Imran Remtulla
2025-08-01 15:52:39 -04:00
parent 75430573f3
commit 8204a16e90
32 changed files with 89 additions and 19 deletions

View File

@@ -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 =