diff --git a/plugin/references.py b/plugin/references.py index c330451f4..0e32ea63e 100644 --- a/plugin/references.py +++ b/plugin/references.py @@ -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(