From 0aebd3b6a5b0df1b14895e322ee6b4969a2e4313 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Mon, 4 Jul 2011 18:53:27 +0300 Subject: [PATCH] Allow to select an album art only when it is ready --- ui/Alternatives.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/Alternatives.qml b/ui/Alternatives.qml index c96b5c6..65f66c4 100644 --- a/ui/Alternatives.qml +++ b/ui/Alternatives.qml @@ -68,6 +68,7 @@ Page { MouseArea { anchors.fill: coverPaintArea + enabled: !loadingIndicator.running onClicked: { console.log ("wohooo") missionControl.save_option_for (coversModel, index) -- 1.7.9.5