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

Hands baby, hands

This commit is contained in:
Chris Cummer 2018-04-03 04:38:15 -07:00 committed by Chris Cummer
parent 8c856477e1
commit 0eb45dd748

View File

@ -55,7 +55,7 @@ func (widget *Widget) addView() {
}
func (widget *Widget) contentFrom() string {
icons := []string{"πŸ’›", "πŸ’š", "πŸ’™", "πŸ–€", "πŸ’œ"}
icons := []string{"πŸ‘", "🀜", "πŸ€™", "🀜"}
next := icons[widget.Current]
widget.Current = widget.Current + 1