Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo authored Aug 6, 2024
1 parent bb1a74b commit 132fb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/browsers/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default () => {
height: WINDOW_HEIGHT,
minHeight: WINDOW_MIN_HEIGHT,
useContentSize: true,
resizable: false,
resizable: true,
width: WINDOW_WIDTH,
frame: false,
title: '拉比克',
Expand Down

0 comments on commit 132fb94

Please sign in to comment.