diff --git a/internal/frontend/bridge-gui/bridge-gui/UserList.cpp b/internal/frontend/bridge-gui/bridge-gui/UserList.cpp index d3091d9e..8e822d71 100644 --- a/internal/frontend/bridge-gui/bridge-gui/UserList.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/UserList.cpp @@ -100,6 +100,7 @@ void UserList::reset(QList const &users) //**************************************************************************************************************************************************** void UserList::appendUser(SPUser const &user) { + user->setSetupGuideSeen(false); int const size = users_.size(); this->beginInsertRows(QModelIndex(), size, size); users_.append(user);