diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-02 22:31:13 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-02 22:31:13 +0200 |
| commit | f8308bd4153927e7182d42f59b453fa26edb3d37 (patch) | |
| tree | a66c9b6512756a4def1d1474c44bdbb74a511b12 /raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | |
| parent | 665de71b7b494d8dbd9dd6c660cc9d50f98aa719 (diff) | |
| download | RaveOS-PKGBUILD-f8308bd4153927e7182d42f59b453fa26edb3d37.tar.gz RaveOS-PKGBUILD-f8308bd4153927e7182d42f59b453fa26edb3d37.zip | |
calamares update
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() |