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) {
|
function handleOpenUriRequested(uri) {
|
||||||
if (!win) {
|
if (!win) {
|
||||||
// Window not created yet, so store up requested URI for when it is
|
// Window not created yet, so store up requested URI for when it is
|
||||||
openUri = uri;
|
openUri = processRequestedUri(uri);
|
||||||
} else {
|
} else {
|
||||||
if (win.isMinimized()) {
|
if (win.isMinimized()) {
|
||||||
win.restore();
|
win.restore();
|
||||||
|
|
Loading…
Reference in a new issue