Replace "<strong>" with "font.bold"
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
6ef25399c6
commit
0a857ba5e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user