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