diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-27 23:22:09 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-05-03 12:35:34 +0200 |
| commit | cb94523747fe9cde85e90dd8b23210c32241394c (patch) | |
| tree | 6e40fc96321a8e1b4f1f3cba0d7b952fda3bc3e5 /components | |
| parent | 44ad8a3be12e1f6d31b1bfe013762557ce661b6f (diff) | |
| download | monzero-gui-cb94523747fe9cde85e90dd8b23210c32241394c.tar.gz monzero-gui-cb94523747fe9cde85e90dd8b23210c32241394c.tar.xz monzero-gui-cb94523747fe9cde85e90dd8b23210c32241394c.zip | |
This doesnt belong here
Diffstat (limited to 'components')
| -rw-r--r-- | components/LabelButton.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/LabelButton.qml b/components/LabelButton.qml index c2067117..532f4901 100644 --- a/components/LabelButton.qml +++ b/components/LabelButton.qml @@ -43,7 +43,6 @@ Rectangle { width: labelButtonText.width + 14 anchors.right: copyButton.left anchors.rightMargin: 6 - visible: isValidOpenAliasAddress(addressLine.text) Text { id: labelButtonText |
