mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 18:47:06 -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
|
||||
void onPaymentStarted() {
|
||||
model.fiatPaymentStarted();
|
||||
confirmPaymentReceiptButton.setDisable(true);
|
||||
paymentStartedButton.setDisable(true);
|
||||
}
|
||||
|
||||
@FXML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue