You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimise popup timeout progress bar to update only every 1/10th timeout, max 500ms, instead of every 10ms, using linear animation to progress between updates. This approach is much less Browser resource intensive. (41dd6af), closes #1363