ELECTRON-756 - About Symphony: Window shows at top-left corner after fullscreen (#505)

This commit is contained in:
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS 2018-09-27 10:52:26 -03:00 committed by Vishwas Shashidhar
parent faae7a6f2a
commit 6321cc7dbd

View File

@ -20,6 +20,7 @@ let windowConfig = {
autoHideMenuBar: true,
titleBarStyle: true,
resizable: false,
fullscreenable: false,
webPreferences: {
preload: path.join(__dirname, 'renderer.js'),
sandbox: true,