Skip to content

Commit

Permalink
Allow shortcut keys not in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Feb 19, 2021
1 parent 6605cc5 commit 296c67e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cointop/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 296c67e

Please sign in to comment.