Skip to content

Commit c093f62

Browse files
committed
style: add select card and CallsScreen
1 parent 45c6157 commit c093f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/zadudoder/spmhelper/Screen/Pays/PayScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ protected void init() {
6060
int centerX = this.width / 2 - buttonWidth / 2;
6161

6262
// Основная кнопка выбора карт
63-
selectButton = addDrawableChild(ButtonWidget.builder(
63+
/*selectButton = addDrawableChild(ButtonWidget.builder(
6464
Text.of(selectedCard != null ? selectedCard : "Выберите карту ⬇"),
6565
button -> toggleCards()
66-
).dimensions(width / 2 - 240, height / 2 - 15, buttonWidth, buttonHeight).build());
66+
).dimensions(width / 2 - 240, height / 2 - 15, buttonWidth, buttonHeight).build());*/
6767

6868
// Кнопки карт (изначально скрыты)
6969
int index = 0;

0 commit comments

Comments
 (0)