1
Fork 0
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:
Joshua Goins 2023-12-22 16:03:14 -05:00
parent e5aeb1f89e
commit 831b5932b0

View file

@ -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);