Refine install list and responsive scaling
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 15:22:09 +09:00
parent bc6bef0c46
commit 010dbc30a4
6 changed files with 243 additions and 162 deletions

View File

@@ -228,8 +228,10 @@ let win
function createWindow() {
win = new BrowserWindow({
width: 980,
height: 552,
width: 1400,
height: 860,
minWidth: 1120,
minHeight: 700,
icon: getPlatformIcon('Icon'),
frame: false,
webPreferences: {