mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -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(
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user