diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 484e9ebeb..35ceb7e01 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -279,7 +279,6 @@ class CommandDispatcher: return tab.data.pinned = not tab.data.pinned - if tab.data.pinned: index = tabbar.pinned + 1 if index is None else int(index) else: