Skip to content

Commit

Permalink
Fix start errror
Browse files Browse the repository at this point in the history
  • Loading branch information
radubirsan committed Jan 26, 2022
1 parent 8d32c8a commit d87ce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}
else if(clipboardStr.indexOf("https://") == 0) {
enav.newTab(clipboardStr);
mainWindow.show();
// mainWindow.show();
}
else if(home){
console.log("WE HAGE CUSTOM HOMEPAGE" + home);
Expand Down

0 comments on commit d87ce12

Please sign in to comment.