mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-11 18:52:04 +08:00
update main window default size
This commit is contained in:
@@ -6,8 +6,8 @@ export let mainWindow: BrowserWindow | null = null
|
||||
export function createMainWindow(): void {
|
||||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 900,
|
||||
height: 670,
|
||||
width: 1024,
|
||||
height: 640,
|
||||
show: false,
|
||||
autoHideMenuBar: true,
|
||||
...(process.platform === 'linux'
|
||||
|
||||
Reference in New Issue
Block a user