mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Align status text with server url.
Cleans the space in the beginning of the string when there is no emoji set. Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
e51dad79a2
commit
c8ac99c8cf
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ UserStatus::Status UserStatus::status() const
|
|||
|
||||
QString UserStatus::message() const
|
||||
{
|
||||
return _message;
|
||||
return _message.trimmed();
|
||||
}
|
||||
|
||||
QUrl UserStatus::icon() const
|
||||
|
|
Loading…
Reference in a new issue