focus open window when dock item selected
This commit is contained in:
parent
86b7c2f341
commit
2171fd8eac
5 changed files with 134 additions and 147 deletions
|
|
@ -47,7 +47,7 @@ impl DockObject {
|
|||
} else {
|
||||
None
|
||||
};
|
||||
dbg!(&appinfo);
|
||||
// dbg!(&appinfo);
|
||||
Object::new(&[("appinfo", &appinfo), ("active", &results)])
|
||||
.expect("Failed to create `DockObject`.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue