[Pkg-privacy-commits] [tails-installer] 17/27: Disable the invisible checkbox

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.91.0
in repository tails-installer.

commit 7c4a83101dad33b76792a6a361f55053c9674401
Author: Martin Briza <mbriza at redhat.com>
Date:   Fri Mar 11 11:53:46 2016 +0100

    Disable the invisible checkbox
---
 liveusb/components/DownloadDialog.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index 60223de..905a4c9 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -185,7 +185,7 @@ Dialog {
                         }
                         AdwaitaCheckBox {
                             id: writeImmediately
-                            enabled: driveCombo.count
+                            enabled: driveCombo.count && opacity > 0.0
                             opacity: liveUSBData.currentImage.download.running && liveUSBData.currentImage.download.progress / liveUSBData.currentImage.download.maxProgress < 0.95 ? 1.0 : 0.0
                             property bool confirmed: false
                             text: qsTranslate("", "Write the image immediately when the download is finished")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list