This repository has been archived on 2025-02-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SyncTk/src/config.json
T

11 lines
233 B
JSON
Raw Normal View History

2023-01-22 00:22:08 +01:00
{
2023-01-22 21:33:08 +01:00
"name": null,
2023-01-22 00:22:08 +01:00
"address": null,
"apikey": null,
"allow_self_signed": false,
"saves_location": null,
"dark_mode": false,
2023-01-22 20:06:55 +01:00
"dark_mode_auto": true,
2023-01-26 11:45:19 +01:00
"first_run": true,
"prefer_saves": "latest upload"
2023-01-22 00:22:08 +01:00
}