diff --git a/Goldleaf/Source/ui/ui_AccountLayout.cpp b/Goldleaf/Source/ui/ui_AccountLayout.cpp index 0dc94cac..f04b3b7e 100644 --- a/Goldleaf/Source/ui/ui_AccountLayout.cpp +++ b/Goldleaf/Source/ui/ui_AccountLayout.cpp @@ -144,6 +144,8 @@ namespace ui mainapp->ShowNotification(set::GetDictionaryEntry(219)); mainapp->UnloadMenuData(); mainapp->LoadLayout(mainapp->GetMainMenuLayout()); + + acc::SetSelectedUser(0); } else HandleResult(rc, set::GetDictionaryEntry(220)); }