Skip to content

Commit

Permalink
fix: #352
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo committed May 28, 2024
1 parent c07d4ba commit f1f4e62
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: true,
resizable: false,
width: WINDOW_WIDTH,
frame: false,
title: '拉比克',
Expand Down

0 comments on commit f1f4e62

Please sign in to comment.