mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +00:00
chore: bump submodules
This commit is contained in:
parent
7039262404
commit
66218b8996
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8957afdfbc76a10303c484754145c486a2aa549e
|
Subproject commit dca39a362b7074ae4f169f5f03664edf64f2e18b
|
||||||
|
|
@ -27,7 +27,7 @@ export default class App {
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: 1600,
|
width: 1600,
|
||||||
height: 900,
|
height: 900,
|
||||||
frame: process.platform === 'darwin', // Only keep the native frame on Mac
|
frame: process.platform === 'darwin',
|
||||||
titleBarStyle: 'hidden',
|
titleBarStyle: 'hidden',
|
||||||
backgroundColor: '#17191c',
|
backgroundColor: '#17191c',
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue