diff --git a/Launcher/runtime/dialog/dialog.js b/Launcher/runtime/dialog/dialog.js index d4fb2cce..cb99d0a0 100644 --- a/Launcher/runtime/dialog/dialog.js +++ b/Launcher/runtime/dialog/dialog.js @@ -68,7 +68,7 @@ function initLoginScene() { var pane = loginPane; config.links.forEach(function(link) { - var el = pane.lookup("#" + link.id); + var el = pane.lookup("#link_" + link.id); if (el === null) return; el.setOnAction(function() { @@ -122,7 +122,7 @@ function initMenuScene() { var pane = menuPane; config.links.forEach(function(link) { - var el = pane.lookup("#" + link.id); + var el = pane.lookup("#link_" + link.id); if (el === null) return; el.setOnAction(function() { diff --git a/Launcher/runtime/dialog/scenes/login/login.fxml b/Launcher/runtime/dialog/scenes/login/login.fxml index b1e94c9e..43f83937 100644 --- a/Launcher/runtime/dialog/scenes/login/login.fxml +++ b/Launcher/runtime/dialog/scenes/login/login.fxml @@ -32,7 +32,7 @@ - + @@ -57,7 +57,7 @@ - -