Fix refresh and add install script (#17)

* Fix refresh bug

* Add install script
This commit is contained in:
Dave Gallant
2020-07-07 23:07:09 -04:00
committed by GitHub
parent c9ba058ae6
commit 780f26245c
4 changed files with 17 additions and 11 deletions

View File

@@ -76,7 +76,8 @@ func openItem(g *gocui.Gui, v *gocui.View) error {
}
func refreshFeeds(g *gocui.Gui, v *gocui.View) error {
Controller.Rss.Update(Controller.Config.Feeds)
g.Close()
Start()
return nil
}