1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3607

iphydf (1):
      chore: Return a well-defined value from setAutorun.
This commit is contained in:
Zetok Zalbavar 2016-08-11 18:08:18 +01:00
commit ad281345b6
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -38,6 +38,7 @@ bool Platform::setAutorun(bool on)
state = on;
autoRun.setValue("RunAtLoad", state);
return true;
}
bool Platform::getAutorun()