parent
9e344f50a7
commit
cd44f548f5
@ -103,6 +103,7 @@ strings:
|
|||||||
supportUrl: https://github.com/calamares/calamares/issues
|
supportUrl: https://github.com/calamares/calamares/issues
|
||||||
knownIssuesUrl: https://calamares.io/about/
|
knownIssuesUrl: https://calamares.io/about/
|
||||||
releaseNotesUrl: https://calamares.io/about/
|
releaseNotesUrl: https://calamares.io/about/
|
||||||
|
donateUrl: https://kde.org/community/donations/index.php
|
||||||
|
|
||||||
# These images are loaded from the branding module directory.
|
# These images are loaded from the branding module directory.
|
||||||
#
|
#
|
||||||
|
@ -67,7 +67,8 @@ const QStringList Branding::s_stringEntryStrings =
|
|||||||
"productUrl",
|
"productUrl",
|
||||||
"supportUrl",
|
"supportUrl",
|
||||||
"knownIssuesUrl",
|
"knownIssuesUrl",
|
||||||
"releaseNotesUrl"
|
"releaseNotesUrl",
|
||||||
|
"donateUrl"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,7 +61,8 @@ public:
|
|||||||
ProductUrl,
|
ProductUrl,
|
||||||
SupportUrl,
|
SupportUrl,
|
||||||
KnownIssuesUrl,
|
KnownIssuesUrl,
|
||||||
ReleaseNotesUrl
|
ReleaseNotesUrl,
|
||||||
|
DonateUrl
|
||||||
};
|
};
|
||||||
Q_ENUM( StringEntry )
|
Q_ENUM( StringEntry )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user