rpcfetch: fix profile activity label pending text
Typo, instead of setting profileStatusT the second statement was supposed to set profileActT. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
34304119ca
commit
c23e6120c8
@ -412,7 +412,7 @@ func failureState(ok bool) {
|
||||
statusText.SetText("Retrying in 5 seconds...")
|
||||
profileStatusB.FillColor = colornames.Darkred
|
||||
profileStatusT.SetText("Disconnected")
|
||||
profileStatusT.SetText("Pending...")
|
||||
profileActT.SetText("Pending...")
|
||||
profileT.Hide()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user