mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-09 21:16:15 -05:00
Hide perc box if not perc based price used, fix toggle button
This commit is contained in:
parent
bc07df2d7a
commit
261a037020
4 changed files with 9 additions and 4 deletions
|
|
@ -364,7 +364,7 @@ public final class Offer implements StoragePayload, RequiresOwnerIsOnlinePayload
|
|||
return marketPriceMargin;
|
||||
}
|
||||
|
||||
public boolean isUsePercentageBasedPrice() {
|
||||
public boolean getUsePercentageBasedPrice() {
|
||||
return usePercentageBasedPrice;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue