aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------recipes0
-rw-r--r--src/webview/recipe.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes b/recipes
Subproject cf8156d5fdf47e90458ee182b58879d184777d9 Subproject 212d5846427ceeacfadf5aac3f381b532f4664a
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,