mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
WebView: Make preload a string.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -389,7 +389,7 @@ export class ServerManagerView {
|
||||
},
|
||||
onTitleChange: this.updateBadge.bind(this),
|
||||
nodeIntegration: false,
|
||||
preload: true,
|
||||
preload: "js/preload.js",
|
||||
}),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user