fix double nheko/nheko directory

This commit is contained in:
Michele Guerini Rocco 2021-10-21 13:15:51 +02:00
parent cfeb788ca2
commit fdb5bd689a
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -159,7 +159,7 @@ main(int argc, char *argv[])
{
QCoreApplication::setApplicationName(QStringLiteral("nheko"));
QCoreApplication::setApplicationVersion(nheko::version);
QCoreApplication::setOrganizationName(QStringLiteral("nheko"));
QCoreApplication::setOrganizationName(QStringLiteral("/"));
// Disable the qml disk cache by default to prevent crashes on updates. See
// https://github.com/Nheko-Reborn/nheko/issues/1383