From a753b6918a741a653011553e751852e6cd46e1df Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Wed, 25 Jan 2023 18:16:04 +0100 Subject: [PATCH] Fix showing chapters on mobile playercontrols --- src/qml/Mobile/MobilePlayerControls.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/Mobile/MobilePlayerControls.qml b/src/qml/Mobile/MobilePlayerControls.qml index 91234c8c..99de1bfe 100644 --- a/src/qml/Mobile/MobilePlayerControls.qml +++ b/src/qml/Mobile/MobilePlayerControls.qml @@ -209,7 +209,6 @@ Kirigami.Page { } Item { - visible: chapterList.count === 0 Item { anchors.fill: parent anchors.leftMargin: Kirigami.Units.largeSpacing * 2