Allow shortcut keys not in default config

pull/94/head v1.6.1
Miguel Mota 3 years ago
parent 6605cc548c
commit 296c67e6fd

@ -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
}
}

Loading…
Cancel
Save