mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Revert "Formatting hashes with : seems to be out of fashion"
This reverts commit c52e3a0732.
This commit is contained in:
parent
f35e2efd4e
commit
129aef5beb
@ -90,7 +90,7 @@ QString Utility::formatFingerprint( const QByteArray& fmhash )
|
||||
}
|
||||
|
||||
QString fp = QString::fromLatin1( hash.trimmed() );
|
||||
//fp.replace(QChar(' '), QChar(':'));
|
||||
fp.replace(QChar(' '), QChar(':'));
|
||||
|
||||
return fp;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user