Skip to content

Commit ebaf2ef

Browse files
committed
qml advanced options: do not render HTML when displaying username
QML text labels by default support a small subset of HTML formatting (e.g. <b> and <a href>) Disable this. Closes #564
1 parent d972d5b commit ebaf2ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OptionsPopup.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Popup {
191191
Text {
192192
text: qsTr("Set authorized_keys for '%1':").arg(fieldUserName.text)
193193
color: parent.enabled ? "black" : "grey"
194+
textFormat: Text.PlainText
194195
}
195196
TextField {
196197
id: fieldPublicKey

0 commit comments

Comments
 (0)