diff options
-rw-r--r-- | gui/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml index adf11bd..367debe 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -252,7 +252,7 @@ ApplicationWindow { MenuItem { text: qsTr("Donate...") - visible: true + visible: ctx && ctx.donateURL onTriggered: { donate.visible = true } } |