mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
Merge pull request #522 from foneazmi/main
fix(ui): add minHeight & minWidth
This commit is contained in:
commit
ad02ab8f36
@ -39,6 +39,8 @@ app.on('ready', async () => {
|
||||
y,
|
||||
width,
|
||||
height,
|
||||
minWidth:1000,
|
||||
minHeight:640,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: true,
|
||||
|
Loading…
Reference in New Issue
Block a user