Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 28, 2024
1 parent 997b55b commit e9d4c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/references.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def is_visible(
# but we only show the one that is not the same as the default one (per `show_references_in_quick_panel`
# setting).
if show_in == 'bottom_panel' and not userprefs().show_references_in_quick_panel or \
show_in == 'quick_panel' and userprefs().show_references_in_quick_panel:
show_in == 'quick_panel' and userprefs().show_references_in_quick_panel:
return False
if self.applies_to_context_menu(event):
return self.is_enabled(
Expand Down

0 comments on commit e9d4c34

Please sign in to comment.