mirror of
https://github.com/boldsuck/haveno.git
synced 2025-02-01 19:57: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();
|
||||
setDateColumnCellFactory();
|
||||
setDeactivateColumnCellFactory();
|
||||
setEditColumnCellFactory();
|
||||
// setEditColumnCellFactory(); // TODO: re-enable to edit offer price, etc?
|
||||
setTriggerIconColumnCellFactory();
|
||||
setTriggerPriceColumnCellFactory();
|
||||
setRemoveColumnCellFactory();
|
||||
|
|
Loading…
Reference in a new issue