mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-06 02:29:55 +00:00
uri fix
This commit is contained in:
parent
4780d8f811
commit
8644bbf734
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class OpenFileEventFilter(QObject):
|
||||||
def eventFilter(self, obj, event):
|
def eventFilter(self, obj, event):
|
||||||
if event.type() == QtCore.QEvent.FileOpen:
|
if event.type() == QtCore.QEvent.FileOpen:
|
||||||
if len(self.windows) >= 1:
|
if len(self.windows) >= 1:
|
||||||
self.windows[0].set_url(event.url().toEncoded())
|
self.windows[0].pay_from_URI(event.url().toEncoded())
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue