Replace "<strong>" with "font.bold"

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-03-11 23:39:54 +01:00
parent 6ef25399c6
commit 0a857ba5e6
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -128,7 +128,8 @@ Falkon.PluginInterface {
spacing: 0 spacing: 0
Text { Text {
text: "<strong>" + title + "</strong>" font.bold: true
text: title
} }
Text { Text {
text: url text: url