disabled search in SongsList

This commit is contained in:
Martin Wagner 2022-10-18 18:14:55 +02:00
parent 563d92f077
commit 220cc772b5
1 changed files with 1 additions and 1 deletions

View File

@ -1417,7 +1417,7 @@ class SongPopover(Gtk.Popover):
class SongsList(TreeView):
__gsignals__={"button-clicked": (GObject.SignalFlags.RUN_FIRST, None, ())}
def __init__(self, client, width=-1):
super().__init__(search_column=-1, activate_on_single_click=True, headers_visible=False)
super().__init__(enable_search=False, activate_on_single_click=True, headers_visible=False)
self._client=client
# store