From fdb5bd689a69da817fa1064dc3f9c67fa41433c2 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 21 Oct 2021 13:15:51 +0200 Subject: [PATCH] fix double nheko/nheko directory --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8ea15901..b0b19c18 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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