Skip to content

Commit

Permalink
fix: enabled window resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Mar 13, 2024
1 parent 0b65e1c commit 7005191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/desktop/src/electron/mainWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export abstract class MainWindow {
minHeight: 760,
webPreferences: {
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY
}
},
resizable: true
});

// and load the index.html of the app.
Expand Down

0 comments on commit 7005191

Please sign in to comment.