summaryrefslogtreecommitdiffstats
path: root/cointop/keybindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'cointop/keybindings.go')
-rw-r--r--cointop/keybindings.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cointop/keybindings.go b/cointop/keybindings.go
index 3b8ed5e..cb2993c 100644
--- a/cointop/keybindings.go
+++ b/cointop/keybindings.go
@@ -301,6 +301,8 @@ func (ct *Cointop) SetKeybindingAction(shortcutKey string, action string) error
fn = ct.Keyfn(ct.TogglePortfolio)
case "toggle_show_portfolio":
fn = ct.Keyfn(ct.ToggleShowPortfolio)
+ case "toggle_portfolio_balances":
+ fn = ct.Keyfn(ct.TogglePortfolioBalances)
case "show_portfolio_edit_menu":
fn = ct.Keyfn(ct.TogglePortfolioUpdateMenu)
case "show_price_alert_edit_menu":