diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/show.qml')
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index a82b0fe..fbbee94 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -28,7 +28,7 @@ Presentation Timer { id: advanceTimer - interval: 15000 + interval: 20000 running: presentation.activatedInCalamares repeat: true onTriggered: nextSlide() |