mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Hands baby, hands
This commit is contained in:
parent
8c856477e1
commit
0eb45dd748
@ -55,7 +55,7 @@ func (widget *Widget) addView() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (widget *Widget) contentFrom() string {
|
func (widget *Widget) contentFrom() string {
|
||||||
icons := []string{"π", "π", "π", "π€", "π"}
|
icons := []string{"π", "π€", "π€", "π€"}
|
||||||
next := icons[widget.Current]
|
next := icons[widget.Current]
|
||||||
|
|
||||||
widget.Current = widget.Current + 1
|
widget.Current = widget.Current + 1
|
||||||
|
Loadingβ¦
x
Reference in New Issue
Block a user