Index: sources/gui/qml/components/WaitDone.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -refb549a694539630ba7c1d8e348f598052b85f0f --- sources/gui/qml/components/WaitDone.qml (.../WaitDone.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/WaitDone.qml (.../WaitDone.qml) (revision efb549a694539630ba7c1d8e348f598052b85f0f) @@ -45,10 +45,6 @@ duration: 7200 } Behavior on opacity { OpacityAnimator { duration: 1200 } } - MouseArea { id: _mousearea - anchors.fill: parent - onClicked: done = true - } } Image { id: _checkIndicator