diff --git a/electron/main/index.ts b/electron/main/index.ts index 0531980..cd278fd 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -52,6 +52,8 @@ async function createWindow() { win = new BrowserWindow({ title: "Frpc Desktop", icon: join(process.env.VITE_PUBLIC, "logo/16x16.png"), + minWidth: 800, + minHeight: 600, webPreferences: { preload, // Warning: Enable nodeIntegration and disable contextIsolation is not secure in production