Merge branch 'press-y-quickly' of sloum/bombadillo into develop

This commit is contained in:
Sloom Sloum Sluom IV 2019-11-28 01:03:42 -05:00 committed by Gitea
commit 1564a6038b
1 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ func (c *client) doCommandAs(action string, values []string) {
c.SetMessage("Cannot set READ ONLY setting 'configlocation'", true)
c.DrawMessage()
return
}
}
err := saveConfig()
if err != nil {
c.SetMessage("Value set, but error saving config to file", true)
@ -817,7 +817,7 @@ func (c *client) goToURL(u string) {
return
}
go c.Visit(u)
c.Visit(u)
}
func (c *client) goToLink(l string) {