1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge branch 'master' into ipinfo-useless-condition

This commit is contained in:
Chris Cummer
2018-06-08 10:12:58 -07:00
committed by GitHub
20 changed files with 0 additions and 80 deletions

View File

@@ -47,10 +47,6 @@ func NewWidget() *Widget {
}
func (widget *Widget) Refresh() {
if widget.Disabled() {
return
}
widget.UpdateRefreshedAt()
widget.ipinfo()
widget.View.Clear()