Account settings: fix incorrect "User ID:" color

This commit is contained in:
miruka 2020-09-22 20:15:46 -04:00
parent aa5d522902
commit 6a36943dae

View File

@ -204,7 +204,7 @@ HFlickableColumnPage {
HLabel { HLabel {
text: qsTr("User ID: %1") text: qsTr("User ID: %1")
.arg(utils.coloredNameHtml(userId, userId, userId)) .arg(utils.coloredNameHtml("", userId, userId))
textFormat: Text.StyledText textFormat: Text.StyledText
wrapMode: HLabel.Wrap wrapMode: HLabel.Wrap
lineHeight: 1.1 lineHeight: 1.1