From 5a4c882d409e4051001cdd64cbcef9a98fc2c6cf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 11 Apr 2025 21:45:05 +0200 Subject: Katja: Allow the search by name in the TUI --- cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/main.cpp') diff --git a/cli/main.cpp b/cli/main.cpp index f145905..aa0394b 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -23,7 +23,7 @@ int main(int argc, const char **argv) auto container = Screen(std::vector>{ { "Home", ftxui::Make() }, { "Updates", ftxui::Make(repository, std::move(installed_database)) }, - { "Search", ftxui::Make() } + { "Search", ftxui::Make(repository, "x86-64") } }, screen.ExitLoopClosure()); screen.Loop(container); -- cgit v1.2.3