no semicolon

This commit is contained in:
ahpakar 2025-08-28 10:37:44 +03:00
parent a7ef2259c9
commit 5af3e8ea57
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class StatusBar(QWidget):
"""Set the mode text."""
if not config.val.statusbar.mode_text:
self.txt.setText('')
return;
return
if mode == 'passthrough':
key_instance = config.key_instance
all_bindings = key_instance.get_reverse_bindings_for('passthrough')