mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 15:55:54 -04: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…
x
Reference in New Issue
Block a user