Don't popout the global settings editor by default
This commit is contained in:
parent
817fedd00a
commit
01081ac3ac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export function spawnGlobalSettingsEditor() {
|
||||||
const events = new Registry<ModalGlobalSettingsEditorEvents>();
|
const events = new Registry<ModalGlobalSettingsEditorEvents>();
|
||||||
initializeController(events);
|
initializeController(events);
|
||||||
|
|
||||||
const modal = spawnModal("global-settings-editor", [ events.generateIpcDescription() ], { popoutable: true, popedOut: true });
|
const modal = spawnModal("global-settings-editor", [ events.generateIpcDescription() ], { popoutable: true, popedOut: false });
|
||||||
modal.show();
|
modal.show();
|
||||||
modal.getEvents().on("destroy", () => {
|
modal.getEvents().on("destroy", () => {
|
||||||
events.fire("notify_destroy");
|
events.fire("notify_destroy");
|
||||||
|
|
Loading…
Add table
Reference in a new issue