adding better text on previewslides
This commit is contained in:
parent
d6067bfa99
commit
74ac6207f3
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ FocusScope {
|
||||||
videoSource: backgroundType === "video" ? background : ""
|
videoSource: backgroundType === "video" ? background : ""
|
||||||
audioSource: ""
|
audioSource: ""
|
||||||
chosenFont: font
|
chosenFont: font
|
||||||
text: ""
|
text: model.text[0].length === 0 ? "" : model.text[0]
|
||||||
pdfIndex: 0
|
pdfIndex: 0
|
||||||
preview: true
|
preview: true
|
||||||
editMode: true
|
editMode: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue