PartyListLayout icon indicating copy to clipboard operation
PartyListLayout copied to clipboard

Allow import/export to use JsonConvert.SerializeObject instead

Open simonbharris opened this issue 4 years ago • 1 comments

I see that GetConfigExport and ImportConfig have code paths for exporting / importing in Json, but currently it's hard-coded to use a compression/base64 encode

I was wondering we could get an option to toggle this setting? Most appreciated! :D

simonbharris avatar Aug 26 '21 01:08 simonbharris

I'll add it as an option. json exporting is still used when saving in the presets tab and you can edit or share the files there of you want to

Caraxi avatar Aug 29 '21 23:08 Caraxi