aboutsummaryrefslogtreecommitdiff
path: root/app/preload/preload.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/preload/preload.js')
-rw-r--r--app/preload/preload.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/preload/preload.js b/app/preload/preload.js
index 54bf79b..5693c86 100644
--- a/app/preload/preload.js
+++ b/app/preload/preload.js
@@ -15,6 +15,7 @@ window.jitsiNodeAPI = {
openExternalLink,
platform: process.platform,
jitsiMeetElectronUtils,
+ electronStoreExists: ipcRenderer.sendSync('electron-store-exists'),
ipc: {
on: (channel, listener) => {
if (!whitelistedIpcChannels.includes(channel)) {