feat: import/export system config
This commit is contained in:
@@ -100,7 +100,7 @@ public class ImportExport
|
||||
var json = await ctx.BusyIndicator(async () =>
|
||||
{
|
||||
// Make the actual data file
|
||||
var data = await _dataFiles.ExportSystem(ctx.System, ctx.Config.UiTz);
|
||||
var data = await _dataFiles.ExportSystem(ctx.System);
|
||||
return JsonConvert.SerializeObject(data, Formatting.None);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user