From 635f269446678aeca15f596619791ede4e3d6943 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 21 Feb 2024 23:53:58 +0400 Subject: [PATCH] Fix slideshow --- calamares/branding/tileos-river/show.qml | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/calamares/branding/tileos-river/show.qml b/calamares/branding/tileos-river/show.qml index efc633d..e7fdc35 100644 --- a/calamares/branding/tileos-river/show.qml +++ b/calamares/branding/tileos-river/show.qml @@ -44,7 +44,7 @@ Presentation Slide { Image { anchors.centerIn: parent - id: image3 + id: image2 x:0 y:0 width: 810 @@ -70,7 +70,7 @@ Presentation Slide { Image { anchors.centerIn: parent - id: image3 + id: image4 x:0 y:0 width: 810 diff --git a/debian/changelog b/debian/changelog index 6d3d43e..4e87ad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-river (1.11~tileos) unstable; urgency=medium + + * Fix slideshow + + -- Aleksey Samoilov Wed, 21 Feb 2024 23:53:31 +0400 + calamares-settings-tileos-river (1.10~tileos) unstable; urgency=medium * Add slideshow