mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-756 - About Symphony: Window shows at top-left corner after fullscreen (#505)
This commit is contained in:
parent
faae7a6f2a
commit
6321cc7dbd
@ -20,6 +20,7 @@ let windowConfig = {
|
||||
autoHideMenuBar: true,
|
||||
titleBarStyle: true,
|
||||
resizable: false,
|
||||
fullscreenable: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'renderer.js'),
|
||||
sandbox: true,
|
||||
|
Loading…
Reference in New Issue
Block a user