mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-26 17:39:37 -04:00
Properly delegate initialized call [stage]
This commit is contained in:
@@ -215,6 +215,11 @@ public class WrapperShellControl implements ShellControl {
|
||||
return parent.getShellDialect();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isInitialized() {
|
||||
return parent.isInitialized();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setDumbOpen(ShellOpenFunction openFunction) {
|
||||
parent.setDumbOpen(openFunction);
|
||||
|
||||
Reference in New Issue
Block a user