restoreProfile simply restores the profile display without stopping loading.
()
| 178 | |
| 179 | // restoreProfile simply restores the profile display without stopping loading. |
| 180 | func (h *Header) restoreProfile() { |
| 181 | h.SetText(h.formatProfileText(h.currentProfile)) |
| 182 | } |
| 183 | |
| 184 | // Add a helper to clear the header message after a delay. |
| 185 | func (h *Header) clearMessageAfterDelay(delay time.Duration) { |
no test coverage detected