[Pkg-privacy-commits] [tails-installer] 19/21: Don't hide the immediate write checkbox when clicked

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


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

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

commit 11115b34f3c10ee1cc201814ad40ef129f527c4d
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Apr 20 16:38:14 2016 +0200

    Don't hide the immediate write checkbox when clicked
---
 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 15953d5..eec6999 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -206,7 +206,7 @@ Dialog {
                         AdwaitaCheckBox {
                             id: writeImmediately
                             enabled: driveCombo.count && opacity > 0.0
-                            opacity: !checked && liveUSBData.currentImage.download.running && liveUSBData.currentImage.download.progress / liveUSBData.currentImage.download.maxProgress < 0.95 ? 1.0 : 0.0
+                            opacity: !liveUSBData.currentImage.readyToWrite && liveUSBData.currentImage.download.running && liveUSBData.currentImage.download.progress / liveUSBData.currentImage.download.maxProgress < 0.95 ? 1.0 : 0.0
                             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