From bafdfb72c6f111251db0cba5ffa0b92d7adccfd4 Mon Sep 17 00:00:00 2001 From: nesnomis Date: Sun, 1 Jun 2025 12:36:17 +0200 Subject: [PATCH] Just testing --- qml/delegates/RadioImage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/delegates/RadioImage.qml b/qml/delegates/RadioImage.qml index 59e5e97..8d11d9b 100644 --- a/qml/delegates/RadioImage.qml +++ b/qml/delegates/RadioImage.qml @@ -31,10 +31,10 @@ Column { width: parent.width - (Theme.paddingSmall * 2) height: width anchors.centerIn: parent + //opacity: stationImage == "../images/community.png" ? 0.5 : 1.0 fillMode: Image.PreserveAspectFit - visible: false + visible: false source: stationImage ? Qt.resolvedUrl(stationImage) : "../images/community.png"// ? stationImage : stationimage.visible = false - /* BusyIndicator { size: BusyIndicatorSize.Medium anchors.centerIn: stationimage