1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(IPC): Update profileName to update IPC ID after login screen

Fix #4948
Fix #5025
This commit is contained in:
Anthony Bilinski 2018-03-15 20:09:04 -07:00
parent 351e769eb7
commit d2ad2107f2
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -333,6 +333,7 @@ int main(int argc, char* argv[])
LoginScreen loginScreen{};
loginScreen.exec();
profile = loginScreen.getProfile();
profileName = profile->getName();
}
if (!profile) {