[Pkg-privacy-commits] [tails-installer] 06/21: Hide the arch text for custom OS
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:27:26 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 3264257fe2cce34064e93af0e619ef24e6655be3
Author: Martin Briza <mbriza at redhat.com>
Date: Thu Apr 14 15:01:16 2016 +0200
Hide the arch text for custom OS
---
liveusb/components/ImageDetails.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/liveusb/components/ImageDetails.qml b/liveusb/components/ImageDetails.qml
index 5cddd2a..18935a7 100644
--- a/liveusb/components/ImageDetails.qml
+++ b/liveusb/components/ImageDetails.qml
@@ -125,11 +125,13 @@ Item {
Text {
font.pixelSize: $(13)
color: "gray"
+ visible: liveUSBData.currentImage.arch.length
text: liveUSBData.releaseProxyModel.archFilter
}
Text {
font.pixelSize: $(11)
color: "gray"
+ visible: liveUSBData.currentImage.arch.length
text: liveUSBData.releaseProxyModel.archFilterDetailed
}
RowLayout {
--
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