changing text
This commit is contained in:
@@ -49,8 +49,8 @@ const createWindow = (): void => {
|
|||||||
overlayWindow.loadURL(SECOND_WINDOW_WEBPACK_ENTRY);
|
overlayWindow.loadURL(SECOND_WINDOW_WEBPACK_ENTRY);
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
browserWindow.webContents.openDevTools({ mode: "right" });
|
browserWindow.webContents.openDevTools({ mode: "detach" });
|
||||||
overlayWindow.webContents.openDevTools({ mode: "left" });
|
overlayWindow.webContents.openDevTools({ mode: "detach" });
|
||||||
};
|
};
|
||||||
|
|
||||||
// This method will be called when Electron has finished
|
// This method will be called when Electron has finished
|
||||||
|
|||||||
@@ -3,7 +3,9 @@ import * as ReactDOM from "react-dom";
|
|||||||
|
|
||||||
function render() {
|
function render() {
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<div>this is the best in the world</div>,
|
<div>
|
||||||
|
this is the overlay for video streams and conversations to be passed in
|
||||||
|
</div>,
|
||||||
document.getElementById("root")
|
document.getElementById("root")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user