summaryrefslogtreecommitdiffstats
path: root/cointop/marketbar.go
diff options
context:
space:
mode:
Diffstat (limited to 'cointop/marketbar.go')
-rw-r--r--cointop/marketbar.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cointop/marketbar.go b/cointop/marketbar.go
index e2a0eec..fb50cd3 100644
--- a/cointop/marketbar.go
+++ b/cointop/marketbar.go
@@ -42,6 +42,10 @@ func (ct *Cointop) UpdateMarketbar() error {
totalstr = humanize.Monetaryf(total, 2)
}
+ if ct.State.hidePortfolioBalances {
+ totalstr = HiddenBalanceChars
+ }
+
timeframe := ct.State.selectedChartRange
chartname := ct.SelectedCoinName()
var charttitle string