Browser fixes

This commit is contained in:
crschnick
2024-07-20 16:04:04 +00:00
parent 68e29efd1a
commit 1061d407e5
8 changed files with 95 additions and 33 deletions
@@ -27,7 +27,7 @@ public interface ShellOpenFunction {
@Override
public CommandBuilder prepareWithInitCommand(@NonNull String command) {
throw new UnsupportedOperationException();
return CommandBuilder.of().add(command);
}
};
}