parent
9e344f50a7
commit
cd44f548f5
@ -103,6 +103,7 @@ strings:
|
||||
supportUrl: https://github.com/calamares/calamares/issues
|
||||
knownIssuesUrl: 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.
|
||||
#
|
||||
|
@ -67,7 +67,8 @@ const QStringList Branding::s_stringEntryStrings =
|
||||
"productUrl",
|
||||
"supportUrl",
|
||||
"knownIssuesUrl",
|
||||
"releaseNotesUrl"
|
||||
"releaseNotesUrl",
|
||||
"donateUrl"
|
||||
};
|
||||
|
||||
|
||||
|
@ -61,7 +61,8 @@ public:
|
||||
ProductUrl,
|
||||
SupportUrl,
|
||||
KnownIssuesUrl,
|
||||
ReleaseNotesUrl
|
||||
ReleaseNotesUrl,
|
||||
DonateUrl
|
||||
};
|
||||
Q_ENUM( StringEntry )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user