Skip to content

node-editor: Make this app non-unique

Benjamin Otte requested to merge wip/otte/for-main into main

There's no benefit in having multiple windows share the process.

But there's a huge disadvantage because running the app a 2nd time with different environment variables will open a window in the first process instead and discard the variables.

And my use of GSK_RENDERER hates that.

Merge request reports