Index: sources/gui/qml/components/USBButton.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/USBButton.qml (.../USBButton.qml) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -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 : {