docs: updated deep link docs (#37031)

This commit is contained in:
trop[bot]
2023-01-30 10:58:26 +01:00
committed by GitHub
parent 961cc47948
commit 39203e93c0
2 changed files with 6 additions and 6 deletions

View File

@@ -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...