chore: bump submodules

This commit is contained in:
ThaUnknown 2024-11-10 16:06:17 +01:00
parent 7039262404
commit 66218b8996
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8957afdfbc76a10303c484754145c486a2aa549e
Subproject commit dca39a362b7074ae4f169f5f03664edf64f2e18b

View file

@ -27,7 +27,7 @@ export default class App {
mainWindow = new BrowserWindow({
width: 1600,
height: 900,
frame: process.platform === 'darwin', // Only keep the native frame on Mac
frame: process.platform === 'darwin',
titleBarStyle: 'hidden',
backgroundColor: '#17191c',
autoHideMenuBar: true,