commit c3d8495f78281c90990a777a9835f0cd182834f6
parent 5e875c05873524cc093c6c3860bec47c761dc495
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 4 May 2016 21:01:58 -0400
progress: increase display timeout to 100ms
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/progress.cpp b/src/progress.cpp
@@ -63,7 +63,7 @@ void Progress::addDownload(Download *dl)
updateProgress();
if(!isVisible())
- startTimer(10);
+ startTimer(100);
dl->onStart([=] {
m_currentName = make_autostring(dl->name());