mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
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
This commit is contained in:
parent
d972d5b87b
commit
ebaf2ef6a1
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ Popup {
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("Set authorized_keys for '%1':").arg(fieldUserName.text)
|
text: qsTr("Set authorized_keys for '%1':").arg(fieldUserName.text)
|
||||||
color: parent.enabled ? "black" : "grey"
|
color: parent.enabled ? "black" : "grey"
|
||||||
|
textFormat: Text.PlainText
|
||||||
}
|
}
|
||||||
TextField {
|
TextField {
|
||||||
id: fieldPublicKey
|
id: fieldPublicKey
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue