get workspace manager global
This commit is contained in:
parent
ff2d7e0237
commit
c1039be812
12 changed files with 47 additions and 576 deletions
|
|
@ -1,5 +1,3 @@
|
|||
use std::env;
|
||||
|
||||
// SPDX-License-Identifier: MPL-2.0-only
|
||||
use crate::dock_list::DockList;
|
||||
use crate::dock_list::DockListType;
|
||||
|
|
|
|||
|
|
@ -82,8 +82,6 @@ fn main() {
|
|||
// .expect("Failed to close selected window");
|
||||
}
|
||||
Event::Favorite((name, should_favorite)) => {
|
||||
dbg!(&name);
|
||||
dbg!(should_favorite);
|
||||
let saved_app_model = apps_container.model(DockListType::Saved);
|
||||
let active_app_model = apps_container.model(DockListType::Active);
|
||||
if should_favorite {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue