mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4256 - Fix placement issue (#2022)
This commit is contained in:
parent
b456058872
commit
7234f3fce2
@ -1454,6 +1454,6 @@ export const hideFullscreenWindow = (window: BrowserWindow) => {
|
||||
window.hide();
|
||||
}, 0);
|
||||
}
|
||||
window.setFullScreen(false);
|
||||
});
|
||||
window.setFullScreen(false);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user