mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
disable paymentStartedButton after clicked
This commit is contained in:
parent
79931b96aa
commit
cd4e23c737
@ -181,7 +181,7 @@ public class PendingTradesView extends ActivatableViewAndModel<AnchorPane, Pendi
|
||||
@FXML
|
||||
void onPaymentStarted() {
|
||||
model.fiatPaymentStarted();
|
||||
confirmPaymentReceiptButton.setDisable(true);
|
||||
paymentStartedButton.setDisable(true);
|
||||
}
|
||||
|
||||
@FXML
|
||||
|
Loading…
Reference in New Issue
Block a user