diff options
author | Miguel Mota <miguelmota2@gmail.com> | 2021-02-19 00:25:39 -0800 |
---|---|---|
committer | Miguel Mota <miguelmota2@gmail.com> | 2021-02-19 00:25:39 -0800 |
commit | 296c67e6fdefecedecc0020678e8ec9bb57f4447 (patch) | |
tree | 27020f3c9f0968a8b88f1357c1874c7b1501278d | |
parent | 6605cc548cf6bb359970d9773027e65ac46e7d34 (diff) |
Allow shortcut keys not in default configv1.6.1
-rw-r--r-- | cointop/config.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cointop/config.go b/cointop/config.go index 8295088..4ef1e46 100644 --- a/cointop/config.go +++ b/cointop/config.go @@ -339,9 +339,6 @@ func (ct *Cointop) loadShortcutsFromConfig() error { if !ct.ActionExists(v) { continue } - if ct.State.shortcutKeys[k] == "" { - continue - } ct.State.shortcutKeys[k] = v } } |