aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index a45c34002..f88b94cfe 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -101,7 +101,7 @@ window.open = (url, frameName, features) => {
101contextBridge.exposeInMainWorld('ferdi', { 101contextBridge.exposeInMainWorld('ferdi', {
102 open: window.open, 102 open: window.open,
103 setBadge: (direct, indirect) => 103 setBadge: (direct, indirect) =>
104 badgeHandler.setBadge(direct || 0, indirect || 0), 104 badgeHandler.setBadge(direct, indirect),
105 displayNotification: (title, options) => 105 displayNotification: (title, options) =>
106 notificationsHandler.displayNotification(title, options), 106 notificationsHandler.displayNotification(title, options),
107 getDisplayMediaSelector, 107 getDisplayMediaSelector,