From e65a0ee6179aa5d186f6f9d08094a1976bd0e219 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 6 May 2020 14:37:59 +0200 Subject: [PATCH] [welcome] Update welcome example - donate **does** have a corresponding branding setting - show that "false" is a valid setting --- src/modules/welcome/welcome.conf | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/modules/welcome/welcome.conf b/src/modules/welcome/welcome.conf index 0361830aa..224bc6ded 100644 --- a/src/modules/welcome/welcome.conf +++ b/src/modules/welcome/welcome.conf @@ -14,15 +14,8 @@ # which will hide the button. showSupportUrl: true showKnownIssuesUrl: true -showReleaseNotesUrl: true - -# If this Url is set to something non-empty, a "donate" -# button is added to the welcome page alongside the -# others (see settings, above). Clicking the button opens -# the corresponding link. (This button has no corresponding -# branding.desc string) -# -# showDonateUrl: https://kde.org/community/donations/ +showReleaseNotesUrl: false +showDonateUrl: https://kde.org/community/donations/ # Requirements checking. These are general, generic, things # that are checked. They may not match with the actual requirements