summaryrefslogtreecommitdiff
path: root/client/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.js')
-rwxr-xr-xclient/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.js b/client/main.js
index acede07..acd39f8 100755
--- a/client/main.js
+++ b/client/main.js
@@ -85,7 +85,7 @@ const createWindow = () => {
});
windows.push(screenSharingWindow);
- screenSharingWindow.loadURL("file://" + encodeURI(global._localchatPath) + "/screen.html?" + url + "#" + id);
+ screenSharingWindow.loadURL("file://" + encodeURI(global._localchatPath.replaceAll("\\", "/")) + "/screen.html?" + url + "#" + id);
if (os.platform() === "win32") screenSharingWindow.setContentProtection(true);
});