Fix for server busy check (#287)

Fix for server busy check
This commit is contained in:
pokamest
2023-08-16 08:08:08 -07:00
committed by GitHub
parent c7d2a3ffd4
commit ba3ef98d1e
6 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
setQuitOnLastWindowClosed(false);
// Fix config file permissions
#ifdef Q_OS_LINUX && !defined(Q_OS_ANDROID)
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
{
QSettings s(ORGANIZATION_NAME, APPLICATION_NAME);
s.setValue("permFixed", true);