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, 2 insertions, 0 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index f88b94cfe..1981c8731 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -102,6 +102,8 @@ contextBridge.exposeInMainWorld('ferdi', {
102 open: window.open, 102 open: window.open,
103 setBadge: (direct, indirect) => 103 setBadge: (direct, indirect) =>
104 badgeHandler.setBadge(direct, indirect), 104 badgeHandler.setBadge(direct, indirect),
105 safeParseInt: (text) =>
106 badgeHandler.safeParseInt(text),
105 displayNotification: (title, options) => 107 displayNotification: (title, options) =>
106 notificationsHandler.displayNotification(title, options), 108 notificationsHandler.displayNotification(title, options),
107 getDisplayMediaSelector, 109 getDisplayMediaSelector,