mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Fixes
This commit is contained in:
@@ -106,9 +106,16 @@ public class AuxDockImpl implements WindowDockListener {
|
||||
}
|
||||
|
||||
public synchronized void onWindowShow() {
|
||||
if (selected != null) {
|
||||
show(selected);
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void onWindowMinimize() {
|
||||
entries.forEach(e -> {
|
||||
var controllable = e.getProcess();
|
||||
controllable.minimize();
|
||||
});
|
||||
}
|
||||
|
||||
public synchronized void onClose() {
|
||||
|
||||
Reference in New Issue
Block a user