mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
disabled search in SongsList
This commit is contained in:
parent
563d92f077
commit
220cc772b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user