From eff5f88a9e66da0e4b353a1d74b8ab05e1f4d3f7 Mon Sep 17 00:00:00 2001 From: nippy Date: Mon, 10 Aug 2026 19:03:40 +0200 Subject: added new img --- .../etc/calamares/branding/raveos/show.qml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'raveos-calamares-theme/etc/calamares') diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index 6d2db3a..78142a5 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -94,6 +94,21 @@ Presentation } } + Slide { + + anchors.fill: parent + anchors.verticalCenterOffset: 0 + + Image { + id: background5 + source: "images/6.png" + anchors.fill: parent + fillMode: Image.PreserveAspectCrop + smooth: true + mipmap: true + } + } + // When this slideshow is loaded as a V1 slideshow, only // activatedInCalamares is set, which starts the timer (see above). -- cgit v1.3