Change commands.py to maintain old indent level
Changes to be committed: modified: qutebrowser/browser/commands.py
This commit is contained in:
parent
24a1104dc7
commit
9662d3aa25
@ -316,8 +316,7 @@ class CommandDispatcher:
|
|||||||
else:
|
else:
|
||||||
# Explicit count with a tab that doesn't exist.
|
# Explicit count with a tab that doesn't exist.
|
||||||
return
|
return
|
||||||
else:
|
elif curtab.navigation_blocked():
|
||||||
if curtab.navigation_blocked():
|
|
||||||
message.info("Tab is pinned!")
|
message.info("Tab is pinned!")
|
||||||
else:
|
else:
|
||||||
curtab.load_url(cur_url)
|
curtab.load_url(cur_url)
|
||||||
|
Loading…
Reference in New Issue
Block a user