mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-17 19:21:22 +02:00
Merge pull request #522 from foneazmi/main
fix(ui): add minHeight & minWidth
This commit is contained in:
@ -39,6 +39,8 @@ app.on('ready', async () => {
|
||||
y,
|
||||
width,
|
||||
height,
|
||||
minWidth:1000,
|
||||
minHeight:640,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: true,
|
||||
|
Reference in New Issue
Block a user