Update main.ts

This commit is contained in:
muwoo 2024-08-06 18:15:49 +08:00 committed by GitHub
parent bb1a74b3b9
commit 132fb94289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ export default () => {
height: WINDOW_HEIGHT, height: WINDOW_HEIGHT,
minHeight: WINDOW_MIN_HEIGHT, minHeight: WINDOW_MIN_HEIGHT,
useContentSize: true, useContentSize: true,
resizable: false, resizable: true,
width: WINDOW_WIDTH, width: WINDOW_WIDTH,
frame: false, frame: false,
title: '拉比克', title: '拉比克',