mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
Remove check before setting display name.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
932d61589c
commit
fdbda5d59b
1 changed files with 0 additions and 4 deletions
|
@ -171,10 +171,6 @@ void Account::setDisplayName(const QString &username)
|
|||
displayName.append(QString::number(port));
|
||||
}
|
||||
|
||||
if (displayName == _displayName) {
|
||||
return;
|
||||
}
|
||||
|
||||
_displayName = displayName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue