mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 15:35:34 -04:00
disable paymentStartedButton after clicked
This commit is contained in:
parent
79931b96aa
commit
cd4e23c737
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public class PendingTradesView extends ActivatableViewAndModel<AnchorPane, Pendi
|
||||||
@FXML
|
@FXML
|
||||||
void onPaymentStarted() {
|
void onPaymentStarted() {
|
||||||
model.fiatPaymentStarted();
|
model.fiatPaymentStarted();
|
||||||
confirmPaymentReceiptButton.setDisable(true);
|
paymentStartedButton.setDisable(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue