1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2024-12-23 04:36:49 +00:00

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

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)
}