mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-31 19:27:00 -06:00
SDA-4012 SDA-4031 Display About app window frame on Windows
This commit is contained in:
parent
7bd9728403
commit
53713c9632
@ -1106,13 +1106,13 @@ export class WindowHandler {
|
||||
const opts: BrowserWindowConstructorOptions = this.getWindowOpts(
|
||||
{
|
||||
width: 404,
|
||||
height: isWindowsOS ? 480 : 497,
|
||||
height: 497,
|
||||
modal: true,
|
||||
frame: false,
|
||||
frame: isWindowsOS,
|
||||
alwaysOnTop: isMac,
|
||||
resizable: false,
|
||||
fullscreenable: false,
|
||||
transparent: true,
|
||||
backgroundColor: '#27292c',
|
||||
},
|
||||
{
|
||||
devTools: isDevEnv,
|
||||
|
Loading…
Reference in New Issue
Block a user