Changed: Do not show spinning cursor for image downloads

--HG--
branch : develop
feature/clean-deprecated
Nimetu 6 years ago
parent 5369373591
commit 2e84381bfa

@ -2519,9 +2519,10 @@ namespace NLGUI
bool CGroupHTML::isBrowsing()
{
// do not show spinning cursor for image downloads (!Curls.empty())
return _BrowseNextTime || _PostNextTime || _RenderNextTime ||
_Browsing || _WaitingForStylesheet ||
_CurlWWW || !Curls.empty();
_CurlWWW;
}
// ***************************************************************************

Loading…
Cancel
Save