mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
0be49c648c
commit
703876c372
|
@ -331,7 +331,9 @@ int main(int argc, char* argv[])
|
|||
LoginScreen loginScreen{};
|
||||
loginScreen.exec();
|
||||
profile = loginScreen.getProfile();
|
||||
profileName = profile->getName();
|
||||
if (profile) {
|
||||
profileName = profile->getName();
|
||||
}
|
||||
}
|
||||
|
||||
if (!profile) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user