Use urlutils.fuzzy_url for loading bookmarks.
This commit is contained in:
parent
b962fff7f1
commit
0acd1b8dc8
@ -1076,7 +1076,7 @@ class CommandDispatcher:
|
|||||||
bg: Load the bookmark in a new background tab.
|
bg: Load the bookmark in a new background tab.
|
||||||
window: Load the bookmark in a new window.
|
window: Load the bookmark in a new window.
|
||||||
"""
|
"""
|
||||||
self._open(QUrl(url), tab, bg, window)
|
self._open(urlutils.fuzzy_url(url), tab, bg, window)
|
||||||
|
|
||||||
@cmdutils.register(instance='command-dispatcher', hide=True,
|
@cmdutils.register(instance='command-dispatcher', hide=True,
|
||||||
scope='window')
|
scope='window')
|
||||||
|
Loading…
Reference in New Issue
Block a user