diff --git a/core/commands/status_bar.py b/core/commands/status_bar.py index 4031bd12d..6afcc50b8 100644 --- a/core/commands/status_bar.py +++ b/core/commands/status_bar.py @@ -34,8 +34,6 @@ class GsUpdateStatusBarCommand(TextCommand, GitCommand): """ def run(self, edit): - if self.view.settings().get('is_widget'): - return window = self.view.window() if not window or \