mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Hide trigger price box if not used in confirmation step
This commit is contained in:
parent
1a8aba8221
commit
d9f51afb8d
@ -426,6 +426,10 @@ public abstract class MutableOfferView<M extends MutableOfferViewModel<?>> exten
|
||||
|
||||
updateOfferElementsStyle();
|
||||
|
||||
if (triggerPriceInputTextField.getText().isEmpty()) {
|
||||
triggerPriceVBox.setVisible(false);
|
||||
}
|
||||
|
||||
balanceTextField.setTargetAmount(model.getDataModel().totalToPayAsCoinProperty().get());
|
||||
|
||||
if (!DevEnv.isDevMode()) {
|
||||
|
Loading…
Reference in New Issue
Block a user