From b30c6625bfd08a74358a848eef16187c5540bc3f Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Thu, 3 Mar 2022 21:02:07 +0100 Subject: [PATCH] change slideshow interval: 2s -> 10s --- branding/nixos/show.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branding/nixos/show.qml b/branding/nixos/show.qml index fcdf74b..e2f1523 100644 --- a/branding/nixos/show.qml +++ b/branding/nixos/show.qml @@ -23,7 +23,7 @@ Presentation Timer { id: advanceTimer - interval: 2000 + interval: 10000 running: presentation.activatedInCalamares repeat: true onTriggered: nextSlide()