mirror of https://github.com/vector-im/riot-web
Missing include
parent
fc4e1485ad
commit
b6d70f4434
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { ipcRenderer } = require('electron');
|
const { ipcRenderer, webFrame } = require('electron');
|
||||||
|
|
||||||
// expose ipcRenderer to the renderer process
|
// expose ipcRenderer to the renderer process
|
||||||
window.ipcRenderer = ipcRenderer;
|
window.ipcRenderer = ipcRenderer;
|
||||||
|
|
Loading…
Reference in New Issue