OSDN Git Service

added auto next slide
authorkokkiemouse <kokkiemouse@gmail.com>
Sat, 10 Oct 2020 09:37:57 +0000 (18:37 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Sat, 10 Oct 2020 09:37:57 +0000 (18:37 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/share/airootfs/usr/share/calamares/branding/serene/show.qml

index 39b51f3..460c1b4 100644 (file)
@@ -41,6 +41,12 @@ Presentation
         return true
     }
 
+    Timer {
+        interval: 20000
+        running: true
+        repeat: true
+        onTriggered: presentation.goToNextSlide()
+    }
     // slide1
     Slide {
         id: slide_1