Skip to content

Commit

Permalink
fix the fix :p
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Nov 30, 2024
1 parent 550941a commit fc2ce68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/menu/admin/user_popup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ bool AdminUserPopup::setup(const UserEntry& userEntry, const std::optional<Playe
glm->m_userInfoDelegate = this;
glm->getGJUserInfo(userEntry.accountId);

this->entryWasEmpty = true;
if (!userEntry.userName) {
this->entryWasEmpty = true;
}

Build<BetterLoadingCircle>::create()
.pos(util::ui::getPopupLayoutAnchored(m_size).center)
Expand Down

0 comments on commit fc2ce68

Please sign in to comment.