Skip to content

Commit

Permalink
Set minimal window size (electron)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Aug 21, 2024
1 parent 9a4e49c commit 2ffdf53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/src/animetv.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const main={
show: false,
width: dw,
height: dh,
minWidth: 760,
minHeight: 760,
minWidth: 320,
minHeight: 320,
backgroundColor: '#000000',
icon:common.path("/tools/logo-design/animetv-logo/animetv-logo-square.png"),
webPreferences: {
Expand Down

0 comments on commit 2ffdf53

Please sign in to comment.