This commit is contained in:
Duke Leto
2021-04-10 02:22:42 -04:00
parent 0bede7d202
commit 3149f04fc1
4 changed files with 58 additions and 20 deletions

View File

@@ -9,7 +9,9 @@
using json = nlohmann::json;
struct Config {
// The randomly chosen server we are talking to OR user-specific server
QString server;
bool torOnly {false};
};
struct ToFields;