Revert "Fix opening of quickstart."
This reverts commit 202b5e2bb9
.
window='current' really should work properly.
This commit is contained in:
parent
12bbce2914
commit
dfc10a7d40
@ -270,7 +270,7 @@ class Application(QApplication):
|
||||
quickstart_done = False
|
||||
if not quickstart_done:
|
||||
tabbed_browser = objreg.get('tabbed-browser', scope='window',
|
||||
window=0)
|
||||
window='current')
|
||||
tabbed_browser.tabopen(
|
||||
QUrl('http://www.qutebrowser.org/quickstart.html'))
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user