Ensure runtime settings are synced after they are updated.
parent
e176190256
commit
2d5c69503e
|
|
@ -108,6 +108,7 @@ int main(int argc, char * argv[])
|
|||
{
|
||||
settings.setValue("PythonPath", pythonpath);
|
||||
settings.setValue("ApplicationPath", applicationpath);
|
||||
settings.sync();
|
||||
}
|
||||
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue