Qt-GUI: Adding User Name selection (#440)

* Qt-GUI: Adding User Name selection

* fix

* fix 2

* fix 3 (thanks Poly)

* Change the username emplacement
This commit is contained in:
¥IGA 2024-08-15 14:06:09 +02:00 committed by GitHub
parent 8c77d4dde6
commit a0fb47b0ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 0 deletions

View file

@ -43,6 +43,7 @@ void setScreenHeight(u32 height);
void setFullscreenMode(bool enable);
void setLanguage(u32 language);
void setNeoMode(bool enable);
void setUserName(std::string type);
void setLogType(std::string type);
void setLogFilter(std::string type);