mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
fix error when pending
This commit is contained in:
parent
929760c226
commit
a9fc63da4c
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ Item {
|
|||
|
||||
AnonymousProRegular {
|
||||
id: hfcText;
|
||||
text: model.hfc_text;
|
||||
text: model.hfc_text || '';
|
||||
// Style
|
||||
size: 18;
|
||||
anchors.left: parent.left;
|
||||
|
|
Loading…
Reference in a new issue