On Windows, denormalize URI when opening link with app closed #304
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ function createWindow () {
|
|||
function handleOpenUriRequested(uri) {
|
||||
if (!win) {
|
||||
// Window not created yet, so store up requested URI for when it is
|
||||
openUri = uri;
|
||||
openUri = processRequestedUri(uri);
|
||||
} else {
|
||||
if (win.isMinimized()) {
|
||||
win.restore();
|
||||
|
|
Loading…
Reference in a new issue