parent
c7d2a3ffd4
commit
ba3ef98d1e
6 changed files with 28 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue