I don't know how to test URI handling without triggering builds :( :(
This commit is contained in:
parent
20a4f20562
commit
fe3155ec24
1 changed files with 3 additions and 0 deletions
|
@ -48,7 +48,10 @@ window.addEventListener('popstate', (event, param) => {
|
|||
})
|
||||
|
||||
ipcRenderer.on('open-uri-requested', (event, uri) => {
|
||||
console.log(event)
|
||||
console.log(uri)
|
||||
if (uri && uri.startsWith('lbry://')) {
|
||||
console.log(uri)
|
||||
doNavigate('/show', { uri })
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue