mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Set organization domain explicitly
This commit is contained in:
parent
e5aeb1f89e
commit
831b5932b0
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ int main(int argc, char *argv[])
|
|||
about.setBugAddress(QByteArrayLiteral("https://lists.sr.ht/~redstrate/public-inbox"));
|
||||
about.setComponentName(QStringLiteral("astra"));
|
||||
about.setProgramLogo(QStringLiteral("zone.xiv.astra"));
|
||||
about.setOrganizationDomain(QByteArrayLiteral("xiv.zone"));
|
||||
|
||||
KAboutData::setApplicationData(about);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue