mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
process icon use GAVEL
This commit is contained in:
parent
ae9e6dad59
commit
f93f202f8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue