diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-31 21:59:35 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:59 +0100 |
commit | 815c26850266eba2e4e5d02509487452624b1c64 (patch) | |
tree | 48aeca1a7e52003127e6924ef71cf539a034b903 /gui/components/MainView.qml | |
parent | cd1d46a26b923260b6c87cc93a0723b8166c609e (diff) |
[ui] fonts + bugfixing
Diffstat (limited to 'gui/components/MainView.qml')
-rw-r--r-- | gui/components/MainView.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/components/MainView.qml b/gui/components/MainView.qml index 7ce723d..1918c7f 100644 --- a/gui/components/MainView.qml +++ b/gui/components/MainView.qml @@ -26,6 +26,10 @@ Page { delegate: ItemDelegate { width: parent.width text: model.text + visible: { + if (isDonationService) {return true} + return model.text != qsTr("Donate") + } highlighted: ListView.isCurrentItem icon.color: "transparent" icon.source: model.icon |