Fixed loading services still having the error tooltip

This commit is contained in:
diamondburned (Forefront) 2020-06-13 00:46:51 -07:00
parent b25d3567f2
commit 226402043d
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ func (r *Row) setLoading() {
r.Button.Image.SetPlaceholderIcon("content-loading-symbolic", IconSize)
// restore the old label's color
r.Button.SetLabelUnsafe(r.Button.GetLabel())
// clear the tooltip
r.SetTooltipText("")
// blur - set the color darker
r.SetSensitive(false)
}