From 5113d18d70240b51bece11af9c5eb7b36c0f43e3 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sun, 29 Mar 2026 16:09:28 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B3=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D1=82=D0=B5=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D1=84=D0=B5=D0=B9=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main/app.ts b/lib/main/app.ts index fe8b526..d195b44 100644 --- a/lib/main/app.ts +++ b/lib/main/app.ts @@ -28,8 +28,8 @@ export function createPreloaderWindow() { export function createAppWindow(preloaderWindow?: BrowserWindow): void { const mainWindow = new BrowserWindow({ - width: 900, - height: 670, + width: 385, + height: 555, minWidth: 385, minHeight: 555, show: false,