mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2024-12-23 12:46:45 +00:00
Fixed loading services still having the error tooltip
This commit is contained in:
parent
b25d3567f2
commit
226402043d
|
@ -115,6 +115,8 @@ func (r *Row) setLoading() {
|
||||||
r.Button.Image.SetPlaceholderIcon("content-loading-symbolic", IconSize)
|
r.Button.Image.SetPlaceholderIcon("content-loading-symbolic", IconSize)
|
||||||
// restore the old label's color
|
// restore the old label's color
|
||||||
r.Button.SetLabelUnsafe(r.Button.GetLabel())
|
r.Button.SetLabelUnsafe(r.Button.GetLabel())
|
||||||
|
// clear the tooltip
|
||||||
|
r.SetTooltipText("")
|
||||||
// blur - set the color darker
|
// blur - set the color darker
|
||||||
r.SetSensitive(false)
|
r.SetSensitive(false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue