Skip to content

Commit

Permalink
feat: disable minimization #44
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Oct 18, 2024
1 parent 0a647c2 commit 7cfe79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export async function createWindow(payload: Window) {
skipTaskbar: true,
fullscreenable: false,
movable: payload.moveable,
minimizable: false,
center: true,
x: payload.x || undefined,
y: payload.y || undefined,
Expand Down

0 comments on commit 7cfe79d

Please sign in to comment.