mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
GODT-1798: setup guide was not shown on first login.
This commit is contained in:
@ -100,6 +100,7 @@ void UserList::reset(QList<SPUser> const &users)
|
||||
//****************************************************************************************************************************************************
|
||||
void UserList::appendUser(SPUser const &user)
|
||||
{
|
||||
user->setSetupGuideSeen(false);
|
||||
int const size = users_.size();
|
||||
this->beginInsertRows(QModelIndex(), size, size);
|
||||
users_.append(user);
|
||||
|
||||
Reference in New Issue
Block a user