mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
process icon use GAVEL
This commit is contained in:
parent
ae9e6dad59
commit
f93f202f8d
@ -1017,7 +1017,7 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> {
|
||||
public void updateItem(final Dispute item, boolean empty) {
|
||||
super.updateItem(item, empty);
|
||||
if (item != null && !empty) {
|
||||
Button button = getRegularIconButton(MaterialDesignIcon.SETTINGS);
|
||||
Button button = getRegularIconButton(MaterialDesignIcon.GAVEL);
|
||||
button.setOnAction(e -> {
|
||||
tableView.getSelectionModel().select(this.getIndex());
|
||||
handleOnProcessDispute(item);
|
||||
|
Loading…
Reference in New Issue
Block a user