mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-21 16:56:34 +00:00
Small fixes and translation updates
This commit is contained in:
@@ -68,7 +68,7 @@ public interface ShellInitCommand {
|
||||
|
||||
@Override
|
||||
public boolean canPotentiallyRunInDialect(ShellDialect dialect) {
|
||||
return this.dialect.isCompatibleTo(dialect);
|
||||
return this.dialect == null || this.dialect.isCompatibleTo(dialect);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user