fix help quit

pull/15/head
Miguel Mota 6 years ago
parent cc51996ea5
commit 247d4f1232

@ -70,6 +70,7 @@ func (ct *Cointop) showHelp() error {
func (ct *Cointop) hideHelp() error {
ct.helpvisible = false
ct.setViewOnBottom("help")
ct.setActiveView("table")
ct.update(func() {
ct.helpview.Clear()
ct.helpview.Frame = false

Loading…
Cancel
Save