feat: search community on enter
This commit is contained in:
parent
216dc9751f
commit
cac731b41e
|
@ -69,6 +69,7 @@ impl SimpleComponent for CommunitiesPage {
|
|||
set_hexpand: true,
|
||||
set_tooltip_text: Some("Search"),
|
||||
set_buffer: &model.community_search_buffer,
|
||||
connect_activate => CommunitiesPageInput::FetchCommunities(model.communities_type, true),
|
||||
},
|
||||
gtk::Button {
|
||||
set_label: "Search",
|
||||
|
|
Loading…
Reference in New Issue