X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=qml%2FModeButton.qml;h=830e143964c7eb141147217d8b7bb02e1a968832;hp=ea959bde965a96a846d3fff4ab6cc009ba0b091c;hb=77e1c26b38d30d10d07578c45f6e8bdf126bb80b;hpb=d9b4d99d72de642bf77d5ccac0162a61a2fa6a62 diff --git a/qml/ModeButton.qml b/qml/ModeButton.qml index ea959bd..830e143 100644 --- a/qml/ModeButton.qml +++ b/qml/ModeButton.qml @@ -29,10 +29,7 @@ CaptureButton { height: 55 opacity: 0.5 - iconSource: settings.mode == Camera.VideoMode ? - "image://theme/icon-m-viewfinder-camera" : - "image://theme/icon-m-camera-video" - + iconSource: settings.mode == Camera.VideoMode ? cameraTheme.cameraImageIconId : cameraTheme.cameraVideoIconId onClicked: { if (settings.mode == Camera.VideoMode) { settings.mode = Camera.ImageMode