fixing the crashes and maybe speed up loading of objects in slides

This commit is contained in:
Chris Cochrun 2022-09-07 13:32:36 -05:00
parent d5c050a333
commit e758958dca
4 changed files with 29 additions and 20 deletions

View file

@ -93,7 +93,7 @@ Item {
Timer {
id: pauseTimer
interval: 200
interval: 300
onTriggered: mpv.pause()
}