mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 21:43:18 +00:00
Merge branch 'master' of github.com:zulip/zulip-electron
This commit is contained in:
@@ -73,7 +73,8 @@ function createMainWindow() {
|
|||||||
minHeight: 400,
|
minHeight: 400,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
plugins: true,
|
plugins: true,
|
||||||
nodeIntegration: true
|
nodeIntegration: true,
|
||||||
|
partition: 'persist:webviewsession'
|
||||||
},
|
},
|
||||||
show: false
|
show: false
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user