Skip to content

Commit

Permalink
fix: re-enable resizeable as it may be causing issues on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed May 26, 2022
1 parent f9a5402 commit e7befeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function createMainWindow() {
win = new BrowserWindow({
width: 340,
height: getFrameHeight(),
resizable: false,
resizable: true,
maximizable: false,
show: false,
frame: store.get("useNativeTitlebar"),
Expand Down

0 comments on commit e7befeb

Please sign in to comment.