mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-23 09:46:36 +00:00
Allow dumb replacement shell to depend on parent
This commit is contained in:
@@ -40,7 +40,7 @@ public interface ShellDialect {
|
||||
return other.equals(this);
|
||||
}
|
||||
|
||||
default ShellDialect getDumbReplacementDialect() {
|
||||
default ShellDialect getDumbReplacementDialect(ShellControl parent) {
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user