mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Display red progress indicator if tx is dead
This commit is contained in:
parent
99de5d8ef9
commit
e347517d27
@ -194,7 +194,8 @@ public class TransactionsListItem {
|
||||
break;
|
||||
case DEAD:
|
||||
tooltip.setText("Transaction is invalid.");
|
||||
txConfidenceIndicator.setProgress(0);
|
||||
txConfidenceIndicator.setStyle(" -fx-progress-color: -bs-error-red;");
|
||||
txConfidenceIndicator.setProgress(-1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user