Properly delegate initialized call [stage]

This commit is contained in:
crschnick
2025-03-13 08:39:14 +00:00
parent b0a7f9d17e
commit 793ca373aa

View File

@@ -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);