feat: app list is working fairly well again
This commit is contained in:
parent
2a8497fb2a
commit
ab851fceef
13 changed files with 80 additions and 66 deletions
|
|
@ -43,7 +43,10 @@ impl CosmicAppListWindow {
|
|||
}
|
||||
|
||||
pub fn apps_container(&self) -> &AppsContainer {
|
||||
imp::CosmicAppListWindow::from_instance(&self).inner.get().unwrap()
|
||||
imp::CosmicAppListWindow::from_instance(&self)
|
||||
.inner
|
||||
.get()
|
||||
.unwrap()
|
||||
}
|
||||
|
||||
fn setup_shortcuts(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue