From d2ad2107f2ea9238a0e56ff8dd883d308615ab57 Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Thu, 15 Mar 2018 20:09:04 -0700 Subject: [PATCH] fix(IPC): Update profileName to update IPC ID after login screen Fix #4948 Fix #5025 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index fcd1af9a3..956c332ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -333,6 +333,7 @@ int main(int argc, char* argv[]) LoginScreen loginScreen{}; loginScreen.exec(); profile = loginScreen.getProfile(); + profileName = profile->getName(); } if (!profile) {