summaryrefslogtreecommitdiffstats
path: root/src/webview/lib/RecipeWebview.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/lib/RecipeWebview.js')
-rw-r--r--src/webview/lib/RecipeWebview.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webview/lib/RecipeWebview.js b/src/webview/lib/RecipeWebview.js
index b2a9f3ee8..fa2dc5654 100644
--- a/src/webview/lib/RecipeWebview.js
+++ b/src/webview/lib/RecipeWebview.js
@@ -133,6 +133,10 @@ class RecipeWebview {
133 releaseServiceWorkers() { 133 releaseServiceWorkers() {
134 this.sessionHandler.releaseServiceWorkers(); 134 this.sessionHandler.releaseServiceWorkers();
135 } 135 }
136
137 setAvatarImage(avatarUrl) {
138 ipcRenderer.sendToHost('avatar', avatarUrl);
139 }
136} 140}
137 141
138export default RecipeWebview; 142export default RecipeWebview;