Ensure runtime settings are synced after they are updated.

This commit is contained in:
Vladimir Koković 2016-04-16 19:00:49 -04:00 committed by Dave Page
parent e176190256
commit 2d5c69503e

View File

@ -108,6 +108,7 @@ int main(int argc, char * argv[])
{
settings.setValue("PythonPath", pythonpath);
settings.setValue("ApplicationPath", applicationpath);
settings.sync();
}
exit(1);