mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Update minimum app dimensions
This commit is contained in:
parent
782c351ca6
commit
7430bba853
4 changed files with 4 additions and 4 deletions
|
|
@ -209,8 +209,8 @@ const createWindow = async () => {
|
|||
frame: false,
|
||||
height: 900,
|
||||
icon: getAssetPath('icon.png'),
|
||||
minHeight: 600,
|
||||
minWidth: 640,
|
||||
minHeight: 640,
|
||||
minWidth: 480,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
allowRunningInsecureContent: !!store.get('ignore_ssl'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue