aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/CheckBox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index 7a1c6179..671807f0 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -109,6 +109,7 @@ Item {
color: MoneroComponents.Style.defaultFontColor
textFormat: Text.RichText
wrapMode: Text.NoWrap
+ visible: text != ""
}
}