connect search widget

This commit is contained in:
yggverse 2024-12-16 12:57:46 +02:00
parent 441bbc504f
commit 93602322a4
2 changed files with 8 additions and 5 deletions

View file

@ -35,6 +35,7 @@ impl Search {
let g_box = Box::builder()
// .css_classes(["app-notification"])
.orientation(Orientation::Horizontal)
.visible(false)
.build();
g_box.append(&input.entry);