mirror of
https://github.com/usebruno/bruno.git
synced 2025-04-16 04:28:29 +02: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,
|
y,
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
|
minWidth:1000,
|
||||||
|
minHeight:640,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user