Merge branch 'DEV' into draft-send-contacts

This commit is contained in:
semenov
2025-07-31 10:22:10 +03:00
18 changed files with 342 additions and 10 deletions

View File

@@ -96,6 +96,16 @@ public:
isLoggedIn = value;
}
void setAccessType(QString type)
{
accessType = type;
}
QString getAccessType()
{
return accessType;
}
QString getId()
{
@@ -120,6 +130,7 @@ private:
bool isUnity = false;
TypeClientAutorization TypeClient;
QString accessType = "";
};
#endif // CLIENT_H