Fix deserialize call
This commit is contained in:
parent
7cbe174f1e
commit
67ffa67968
@ -355,7 +355,7 @@ class CommandDispatcher:
|
||||
new_tabbed_browser.window().setWindowIcon(curtab.icon())
|
||||
newtab.keep_icon = True
|
||||
newtab.set_zoom_factor(curtab.zoom_factor())
|
||||
newtab.history.deserialize(history = curtab.history.serialize())
|
||||
newtab.history.deserialize(curtab.history.serialize())
|
||||
|
||||
@cmdutils.register(instance='command-dispatcher', scope='window')
|
||||
def tab_detach(self):
|
||||
|
Loading…
Reference in New Issue
Block a user