Skip to content

Commit 237df98

Browse files
committed
Update activity colours also when running
Fixes #5661
1 parent 2fac12d commit 237df98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

widget/activity.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,8 @@ func (a *activityRenderer) Refresh() {
113113
if !a.wasStarted {
114114
a.start()
115115
}
116-
return
117116
} else if a.wasStarted {
118117
a.stop()
119-
return
120118
}
121119

122120
a.updateColor()

0 commit comments

Comments
 (0)