Import & Export
Backup and restore your app settings and configurations
On the home settings page clicking the () icon will show the options:
- Import
- Export
When selecting Export
, a dialog will appear displaying a JSON
string encoded with Base64
.
This string contains all currently saved user settings.
To import this value, you can simply paste the string in the Import
dialog, which will restore
the exported settings.