From fc58230e6d229acb0573fc10b6fc4fd451c87c9c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 17 Apr 2022 01:38:50 +0530 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/zoom/package.json | 2 +- recipes/zoom/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/zoom') diff --git a/recipes/zoom/package.json b/recipes/zoom/package.json index ecaf20c..4c7aa8d 100644 --- a/recipes/zoom/package.json +++ b/recipes/zoom/package.json @@ -1,7 +1,7 @@ { "id": "zoom", "name": "Zoom", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://zoom.us/join", diff --git a/recipes/zoom/webview.js b/recipes/zoom/webview.js index 9ad54e8..712d216 100644 --- a/recipes/zoom/webview.js +++ b/recipes/zoom/webview.js @@ -42,7 +42,7 @@ module.exports = (Ferdi, settings) => { event.preventDefault(); event.stopPropagation(); // TODO: Can we send an ipc event 'open-browser-window' to open the child window? (see the slack recipe for how to send an ipc message) - // TODO: Can we change the slack recipe to add a clickHandler for screensharing/video calls? (https://github.com/getferdi/ferdi/issues/1697) + // TODO: Can we change the slack recipe to add a clickHandler for screensharing/video calls? (https://github.com/ferdium/ferdium-app/issues/1697) let win = new Ferdi.BrowserWindow({ width: 800, height: window.innerHeight, -- cgit v1.2.3-70-g09d2