Index: sources/gui/qml/components/USBButton.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r288fa90973888a57056998a7d645034b063ef893 --- sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 288fa90973888a57056998a7d645034b063ef893) @@ -31,7 +31,8 @@ width : Variables.iconsDiameter height : Variables.iconsDiameter anchors.centerIn: parent - source : "qrc:/images/iEject" + source : disabled ? "qrc:/images/iEjectDisabled" + : "qrc:/images/iEjectEnabled" } text.font.pixelSize: Fonts.fontPixelButton * 0.75 onPressed : {