mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: updated deep link docs (#36952)
* removed open-url listener from windows code * updated deep-link fiddle * fixed url hash to app.requestSingleInstanceLock * code linted * updated website url to relative file path Co-authored-by: David Sanders <dsanders11@ucsbalum.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
@@ -23,6 +23,8 @@ if (!gotTheLock) {
|
||||
if (mainWindow.isMinimized()) mainWindow.restore()
|
||||
mainWindow.focus()
|
||||
}
|
||||
|
||||
dialog.showErrorBox('Welcome Back', `You arrived from: ${commandLine.pop().slice(0,-1)}`)
|
||||
})
|
||||
|
||||
// Create mainWindow, load the rest of the app, etc...
|
||||
|
||||
Reference in New Issue
Block a user