From b345a1c6502ad708cd7c4d2b239a64dc6566de85 Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Wed, 17 Feb 2021 02:31:26 +0100 Subject: [PATCH] Don't use the new Silica Background Should improve backwards compatibility with older versions. --- .../qml/pages/itemdetails/BaseDetailPage.qml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sailfish/qml/pages/itemdetails/BaseDetailPage.qml b/sailfish/qml/pages/itemdetails/BaseDetailPage.qml index 6be2fbb..af6483a 100644 --- a/sailfish/qml/pages/itemdetails/BaseDetailPage.qml +++ b/sailfish/qml/pages/itemdetails/BaseDetailPage.qml @@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import Sailfish.Silica.Background 1.0 import nl.netsoj.chris.Jellyfin 1.0 @@ -54,23 +53,7 @@ Page { } } - allowedOrientations: Orientation.All - background: _chosenBackdropImage ? backdropBackground : null - - Component { - id: backdropBackground - ThemeBackground { - sourceItem: backdrop - backgroundMaterial: "blur" - } - } - - ThemeWallpaper { - id: backdrop - source: _chosenBackdropImage - visible: false - } PageBusyIndicator { running: pageRoot._loading