disable paymentStartedButton after clicked

This commit is contained in:
Manfred Karrer 2015-03-23 09:57:21 +01:00
parent 79931b96aa
commit cd4e23c737

View File

@ -181,7 +181,7 @@ public class PendingTradesView extends ActivatableViewAndModel<AnchorPane, Pendi
@FXML
void onPaymentStarted() {
model.fiatPaymentStarted();
confirmPaymentReceiptButton.setDisable(true);
paymentStartedButton.setDisable(true);
}
@FXML