Skip to content

Commit 96ede09

Browse files
committed
Fix: Handle open-url in all windows
1 parent e61586e commit 96ede09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/opencomic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ electronRemote.app.on('open-file', function(event, path) {
122122

123123
electronRemote.app.on('open-url', function(event, url) {
124124

125-
if(!storage.syncWindows.firstWindow)
126-
return;
125+
// if(!storage.syncWindows.firstWindow)
126+
// return;
127127

128128
handleOpenUrl(url);
129129

0 commit comments

Comments
 (0)