refactor and cleanup launcher

This commit is contained in:
Ashley Wulber 2021-12-28 11:08:02 -05:00
parent 701cfe1ef2
commit f95fa068f3
8 changed files with 45 additions and 287 deletions

View file

@ -240,7 +240,7 @@ impl Window {
row.set_shortcut(list_item.position() + 1);
}
row.set_app_info(application_object);
row.set_search_result(application_object);
});
// Set the factory of the list view
let imp = imp::Window::from_instance(self);