mirror of https://github.com/keeweb/keeweb
Title bar style inset
parent
08d46b1bef
commit
bab63f8093
|
@ -113,6 +113,7 @@ function createMainWindow() {
|
|||
show: false,
|
||||
width: 1000, height: 700, minWidth: 700, minHeight: 400,
|
||||
icon: path.join(__dirname, 'icon.png'),
|
||||
titleBarStyle: 'hidden-inset',
|
||||
webPreferences: {
|
||||
backgroundThrottling: false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue