mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-12 09:31:15 +00:00
remove button to edit offers
This commit is contained in:
parent
722b02f4c9
commit
455b1f739c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
|
||||||
setPaymentMethodColumnCellFactory();
|
setPaymentMethodColumnCellFactory();
|
||||||
setDateColumnCellFactory();
|
setDateColumnCellFactory();
|
||||||
setDeactivateColumnCellFactory();
|
setDeactivateColumnCellFactory();
|
||||||
setEditColumnCellFactory();
|
// setEditColumnCellFactory(); // TODO: re-enable to edit offer price, etc?
|
||||||
setTriggerIconColumnCellFactory();
|
setTriggerIconColumnCellFactory();
|
||||||
setTriggerPriceColumnCellFactory();
|
setTriggerPriceColumnCellFactory();
|
||||||
setRemoveColumnCellFactory();
|
setRemoveColumnCellFactory();
|
||||||
|
|
Loading…
Reference in a new issue