#5526 decrease the frequency of the activity icon during launching.
This commit is contained in:
parent
b7e0ccbf81
commit
807044c84b
@ -55,7 +55,7 @@ def html_to_rgb(html_color):
|
||||
return (r, g, b)
|
||||
|
||||
class ActivityIcon(CanvasIcon):
|
||||
_INTERVAL = 100
|
||||
_INTERVAL = 200
|
||||
|
||||
__gsignals__ = {
|
||||
'resume': (gobject.SIGNAL_RUN_FIRST,
|
||||
|
Loading…
Reference in New Issue
Block a user