add open app listto dock
This commit is contained in:
parent
0984a13fa5
commit
32cc7e7344
5 changed files with 54 additions and 39 deletions
|
|
@ -120,7 +120,7 @@ fn main() {
|
|||
|
||||
Event::Response(event) => {
|
||||
if let pop_launcher::Response::Update(results) = event {
|
||||
let model = window.model();
|
||||
let model = window.saved_app_model();
|
||||
let model_len = model.n_items();
|
||||
dbg!(&results);
|
||||
let new_results: Vec<glib::Object> = results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue