feat: add translate field and autoStartBox

This commit is contained in:
semenov
2024-08-29 16:18:19 +03:00
parent c0ab6b1649
commit a200b679d8
24 changed files with 454 additions and 110 deletions

View File

@@ -7,6 +7,8 @@ class ServerSettings{
public:
QString Address;
QString Port;
QString Language;
bool isAutoStart;
};
class ServerAuthorization{