Skip to content

Commit fa6990d

Browse files
author
freenutsxd
committed
Fix Open in Incognito not keeping the full URL
1 parent f84cb53 commit fa6990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function openIncognito(url: string): void {
9292
for (const key in commands)
9393
if (browser!.indexOf(key) !== -1)
9494
start = commands[<keyof typeof commands>key];
95-
exec(`start ${start} ${url}`);
95+
exec(`start ${start} "${url}"`);
9696
}
9797

9898
const wordPosSearch = new WordPosSearch();

0 commit comments

Comments
 (0)