From 641684258e39d56538d2f8e36e6445caa51f4312 Mon Sep 17 00:00:00 2001 From: xupea Date: Tue, 16 Jan 2024 22:18:28 +0800 Subject: [PATCH] docs: update README.nd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fd6d8..3d0bd7a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ const mainWindow = new StatefullBrowserWindow({ height: 600, webPreferences: { preload: path.join(__dirname, 'preload.js') - } + }, + supportMaximize: true }) ```