Skip to content

Allow opening multiple GDevelop windows on Desktop#8205

Merged
ClementPasteau merged 3 commits intomasterfrom
experimental-build/multiple-windows
Feb 3, 2026
Merged

Allow opening multiple GDevelop windows on Desktop#8205
ClementPasteau merged 3 commits intomasterfrom
experimental-build/multiple-windows

Conversation

@ClementPasteau
Copy link
Collaborator

  • this creates a window inside the existing electron app, instead of a new app, allowing to have everything under 1 app in the taskbar
  • it is created in a different context, allowing indexedDb and storage to be different, for firebase to be independent, so allow logging in to different accounts
  • previews are independent, so we can start previews for each window and they're fully working
  • Fix closing a window now automatically closes the preview(s) associated to avoid having a crash when closing the preview
  • protect all calls to avoid sending messages from/to non-existing sources

@ClementPasteau ClementPasteau merged commit 36213ba into master Feb 3, 2026
8 checks passed
@ClementPasteau ClementPasteau deleted the experimental-build/multiple-windows branch February 3, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants