tweaks to allow better html presentations

This commit is contained in:
Chris Cochrun 2023-08-07 07:21:04 -05:00
parent 50a8b618ad
commit e80f0216ae
3 changed files with 14 additions and 11 deletions

View file

@ -128,6 +128,7 @@ Item {
Layout.alignment: Qt.AlignCenter
url: isHtml ? presentation.filePath : ""
visible: isHtml
settings.playbackRequiresUserGesture: false
}
RowLayout {
Layout.fillWidth: true;