Fix: rename button names

This commit is contained in:
Julian Kropff
2026-04-26 17:05:05 +02:00
parent fb68ecc777
commit bf979ab391
@@ -39,19 +39,19 @@
styleClass="yellow-button"/> styleClass="yellow-button"/>
<!-- Action buttons: Trigger Call --> <!-- Action buttons: Trigger Call -->
<Button text="Call" <Button text="CALL"
fx:id="callButton" fx:id="callButton"
onAction="#onInputPlayerCall" onAction="#onInputPlayerCall"
styleClass="yellow-button"/> styleClass="yellow-button"/>
<!-- Action buttons: Trigger Fold --> <!-- Action buttons: Trigger Fold -->
<Button text="Fold" <Button text="FOLD"
fx:id="foldButton" fx:id="foldButton"
onAction="#onInputPlayerFold" onAction="#onInputPlayerFold"
styleClass="yellow-button"/> styleClass="yellow-button"/>
<!-- Action buttons: Trigger Raise --> <!-- Action buttons: Trigger Raise -->
<Button text="Raise" <Button text="RAISE"
fx:id="raiseButton" fx:id="raiseButton"
onAction="#onInputPlayerRaise" onAction="#onInputPlayerRaise"
styleClass="yellow-button"/> styleClass="yellow-button"/>