Skip to content

Commit

Permalink
Unselect user after deleting it
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Nov 23, 2019
1 parent 651c1ed commit 1cb2428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Goldleaf/Source/ui/ui_AccountLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 1cb2428

Please sign in to comment.