Skip to content

Commit

Permalink
settings_window: No completions in live search
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeedali committed Mar 25, 2022
1 parent ab2a3f8 commit 4082c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordbook/settings_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _double_click_switch_activate(switch, _gparam):

def _on_live_search_activate(self, switch, _gparam):
"""Change live search state."""
# self.parent.completer.set_popup_completion(not switch.get_active())
self.parent.completer.set_popup_completion(not switch.get_active())
self.parent.search_button.set_visible(not switch.get_active())
Settings.get().live_search = switch.get_active()

Expand Down

0 comments on commit 4082c39

Please sign in to comment.