Allow multiple instances of GDevelop to share user preferences #3648
Replies: 2 comments
-
I don't think disallowing multiple windows is a real solution, it is just avoiding the real problem. |
Beta Was this translation helpful? Give feedback.
-
Indeed I think the real solution here is to add support for multiple instances with preferences properly shared between them :) |
Beta Was this translation helpful? Give feedback.
-
Description
If a user accidentally opens two instances of GDevelop, the second instance cannot load user preferences, so it uses the default values. When the user closes the second instance, it will save those default values and override the real ones.
Chat about this topic
Solution suggested
This might be a relevant solution:
https://github.com/electron/electron/blob/master/docs/api/app.md#apprequestsingleinstancelock
Alternatives considered
Beta Was this translation helpful? Give feedback.
All reactions