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:
parent
351e769eb7
commit
d2ad2107f2
|
@ -333,6 +333,7 @@ int main(int argc, char* argv[])
|
|||
LoginScreen loginScreen{};
|
||||
loginScreen.exec();
|
||||
profile = loginScreen.getProfile();
|
||||
profileName = profile->getName();
|
||||
}
|
||||
|
||||
if (!profile) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user