mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Show num trades > 9 as number (not as star) for main menu badge
This commit is contained in:
parent
50bce86630
commit
bc1f6ddac5
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ public class TradePresentation {
|
|||
long numPendingTrades = (long) newValue;
|
||||
if (numPendingTrades > 0)
|
||||
this.numPendingTrades.set(String.valueOf(numPendingTrades));
|
||||
if (numPendingTrades > 9)
|
||||
this.numPendingTrades.set("★");
|
||||
|
||||
showPendingTradesNotification.set(numPendingTrades > 0);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue