mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-20 06:53:02 +03:00
[ANY] Angelok support
This commit is contained in:
parent
a0b9786a25
commit
6212cf66df
3 changed files with 5 additions and 5 deletions
|
@ -68,7 +68,7 @@ function initLoginScene() {
|
||||||
|
|
||||||
var pane = loginPane;
|
var pane = loginPane;
|
||||||
config.links.forEach(function(link) {
|
config.links.forEach(function(link) {
|
||||||
var el = pane.lookup("#" + link.id);
|
var el = pane.lookup("#link_" + link.id);
|
||||||
if (el === null) return;
|
if (el === null) return;
|
||||||
|
|
||||||
el.setOnAction(function() {
|
el.setOnAction(function() {
|
||||||
|
@ -122,7 +122,7 @@ function initMenuScene() {
|
||||||
|
|
||||||
var pane = menuPane;
|
var pane = menuPane;
|
||||||
config.links.forEach(function(link) {
|
config.links.forEach(function(link) {
|
||||||
var el = pane.lookup("#" + link.id);
|
var el = pane.lookup("#link_" + link.id);
|
||||||
if (el === null) return;
|
if (el === null) return;
|
||||||
|
|
||||||
el.setOnAction(function() {
|
el.setOnAction(function() {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<String fx:value="combologin-popup" />
|
<String fx:value="combologin-popup" />
|
||||||
</styleClass>
|
</styleClass>
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
<Hyperlink id="link" fx:id="link" layoutX="94.0" layoutY="422.0" prefHeight="19.0" prefWidth="81.0" textAlignment="CENTER" />
|
<Hyperlink id="link_link" fx:id="link" layoutX="94.0" layoutY="422.0" prefHeight="19.0" prefWidth="81.0" textAlignment="CENTER" />
|
||||||
</children>
|
</children>
|
||||||
</Pane>
|
</Pane>
|
||||||
<Pane fx:id="news" prefHeight="432.0" prefWidth="423.0" styleClass="news" />
|
<Pane fx:id="news" prefHeight="432.0" prefWidth="423.0" styleClass="news" />
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
</image>
|
</image>
|
||||||
</ImageView>
|
</ImageView>
|
||||||
</graphic></Button>
|
</graphic></Button>
|
||||||
<Button id="discord" alignment="CENTER" contentDisplay="CENTER" layoutY="370.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
<Button id="link_discord" alignment="CENTER" contentDisplay="CENTER" layoutY="370.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||||||
<graphic>
|
<graphic>
|
||||||
<ImageView>
|
<ImageView>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
</image>
|
</image>
|
||||||
</ImageView>
|
</ImageView>
|
||||||
</graphic></Button>
|
</graphic></Button>
|
||||||
<Button id="discord" alignment="CENTER" contentDisplay="CENTER" layoutY="380.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
<Button id="link_discord" alignment="CENTER" contentDisplay="CENTER" layoutY="380.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||||||
<graphic>
|
<graphic>
|
||||||
<ImageView>
|
<ImageView>
|
||||||
<image>
|
<image>
|
||||||
|
|
Loading…
Reference in a new issue