mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure runtime settings are synced after they are updated.
This commit is contained in:
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
Block a user