Skip to content

Commit a57b46f

Browse files
Claudio GomesChugunovRoman
authored andcommitted
fix: Fix to make window snapping work again. #186
1 parent c1a9833 commit a57b46f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/window/WindowManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class WindowManager {
6868
width: 1200,
6969
height: 900,
7070
frame: false,
71+
resizable: true,
7172
webPreferences: {
7273
sandbox: false,
7374
zoomFactor: 1,

0 commit comments

Comments
 (0)