Skip to content
Snippets Groups Projects
Unverified Commit 2079772a authored by meskio's avatar meskio :tent:
Browse files

[ui] disable the donate entry on the menu if no donation

parent 67c388c3
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ ApplicationWindow {
MenuItem {
text: qsTr("Donate...")
visible: true
visible: ctx && ctx.donateURL
onTriggered: { donate.visible = true }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment