Use ES6 template strings
This commit is contained in:
@@ -6,7 +6,7 @@ HCheckBox {
|
||||
subtitle.text:
|
||||
qsTr("Protect the room against eavesdropper. Only you " +
|
||||
"and those you trust can read the conversation.") +
|
||||
"<br><font color='" + theme.colors.middleBackground + "'>" +
|
||||
`<br><font color="${theme.colors.middleBackground}">` +
|
||||
qsTr("Cannot be disabled later!") +
|
||||
"</font>"
|
||||
subtitle.textFormat: Text.StyledText
|
||||
|
Reference in New Issue
Block a user