summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-01 19:51:48 +0200
committerNippy <nippy@rp1.hu>2026-06-01 19:51:48 +0200
commita219ca1ed26dd3adba18d4b5b2507db25908e534 (patch)
tree056b31c70127dbdab588ec91a04e5105fd5795fa /raveos-calamares-theme/etc/calamares/branding/raveos/show.qml
parent2e5a7d93476c0819b5a23f5740e4c843eaedc73a (diff)
downloadRaveOS-PKGBUILD-a219ca1ed26dd3adba18d4b5b2507db25908e534.tar.gz
RaveOS-PKGBUILD-a219ca1ed26dd3adba18d4b5b2507db25908e534.zip
new img added
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/show.qml')
-rwxr-xr-xraveos-calamares-theme/etc/calamares/branding/raveos/show.qml42
1 files changed, 0 insertions, 42 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml
index b106b5c..665387a 100755
--- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml
+++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml
@@ -91,48 +91,6 @@ Presentation
}
}
- Slide {
-
- anchors.fill: parent
- anchors.verticalCenterOffset: 0
-
- Image {
- id: background5
- source: "images/6.png"
- anchors.fill: parent
- fillMode: Image.PreserveAspectFit
- smooth: true
- }
- }
-
- Slide {
-
- anchors.fill: parent
- anchors.verticalCenterOffset: 0
-
- Image {
- id: background6
- source: "images/7.png"
- anchors.fill: parent
- fillMode: Image.PreserveAspectFit
- smooth: true
- }
- }
-
- Slide {
-
- anchors.fill: parent
- anchors.verticalCenterOffset: 0
-
- Image {
- id: background7
- source: "images/8.png"
- anchors.fill: parent
- fillMode: Image.PreserveAspectFit
- smooth: true
- }
- }
-
// When this slideshow is loaded as a V1 slideshow, only
// activatedInCalamares is set, which starts the timer (see above).