Skip to content

Commit

Permalink
Remove check before setting display name.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Nov 6, 2024
1 parent f3600c9 commit 0e78d71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libsync/account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ void Account::setDisplayName(const QString &username)
displayName.append(QString::number(port));
}

if (displayName == _displayName) {
return;
}

_displayName = displayName;
}

Expand Down

0 comments on commit 0e78d71

Please sign in to comment.