showing also single matches

xkb
sezanzeb 4 years ago committed by sezanzeb
parent 748dd3d228
commit 88e88bda1a

@ -204,7 +204,6 @@ class Row(Gtk.ListBoxRow):
completion.set_model(store)
completion.set_text_column(0)
completion.set_match_func(self.match)
completion.set_popup_single_match(False)
character_input.set_completion(completion)
if character is not None:

Loading…
Cancel
Save