SDA-4012 SDA-4031 Display About app window frame on Windows

This commit is contained in:
sbenmoussati 2022-12-16 11:07:17 +01:00 committed by Salah Benmoussati
parent 7bd9728403
commit 53713c9632

View File

@ -1106,13 +1106,13 @@ export class WindowHandler {
const opts: BrowserWindowConstructorOptions = this.getWindowOpts( const opts: BrowserWindowConstructorOptions = this.getWindowOpts(
{ {
width: 404, width: 404,
height: isWindowsOS ? 480 : 497, height: 497,
modal: true, modal: true,
frame: false, frame: isWindowsOS,
alwaysOnTop: isMac, alwaysOnTop: isMac,
resizable: false, resizable: false,
fullscreenable: false, fullscreenable: false,
transparent: true, backgroundColor: '#27292c',
}, },
{ {
devTools: isDevEnv, devTools: isDevEnv,