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

Improve display of single-day away? date durations

This commit is contained in:
Chris Cummer
2018-03-29 02:32:58 -07:00
committed by Chris Cummer
parent 07059749d6
commit 8d7c163d37
5 changed files with 24 additions and 4 deletions

View File

@@ -29,3 +29,8 @@ func Widget() tview.Primitive {
return widget
}
// icon returns an emoji for the current weather
func icon() string {
return ""
}