upped slider interval: 30000

This commit is contained in:
davedatum 2019-11-05 23:49:19 +00:00
parent 8f7781dc1c
commit 4883ce3861

View File

@ -28,7 +28,7 @@ Presentation
id: presentation id: presentation
Timer { Timer {
interval: 15000 interval: 30000
running: true running: true
repeat: true repeat: true
onTriggered: presentation.goToNextSlide() onTriggered: presentation.goToNextSlide()