From 18b0a32e524374f1cefe5217a22f2c982b5c604c Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 21 Feb 2024 23:55:46 +0400 Subject: [PATCH] Fix slideshow --- calamares/branding/tileos-sway/show.qml | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/calamares/branding/tileos-sway/show.qml b/calamares/branding/tileos-sway/show.qml index a998e97..d54dc78 100644 --- a/calamares/branding/tileos-sway/show.qml +++ b/calamares/branding/tileos-sway/show.qml @@ -45,7 +45,7 @@ Presentation Slide { Image { anchors.centerIn: parent - id: image3 + id: image2 x:0 y:0 width: 810 @@ -71,7 +71,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 9941c4b..a3f3b96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-tileos-sway (1.13~tileos) unstable; urgency=medium + + * Fix slideshow + + -- Aleksey Samoilov Wed, 21 Feb 2024 23:55:21 +0400 + calamares-settings-tileos-sway (1.12~tileos) unstable; urgency=medium * Add slideshow