提交 9950bf37 authored 作者: Thomas Mueller's avatar Thomas Mueller

The H2 Console "Start Browser" button now works.

上级 a317bc36
......@@ -407,7 +407,9 @@ ShutdownHandler {
private void startBrowser() {
if (web != null) {
String url = web.getURL();
if (urlText != null) {
urlText.setText(url);
}
Server.openBrowser(url);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论