mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Hide trigger price box if not used in confirmation step
This commit is contained in:
parent
a8365cad07
commit
480ccd2c8e
@ -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