diff --git a/app/fullscreencontent.cpp b/app/fullscreencontent.cpp --- a/app/fullscreencontent.cpp +++ b/app/fullscreencontent.cpp @@ -222,7 +222,7 @@ updateCurrentUrlWidgets(); // Give the thumbnail view time to update its "current index" - QTimer::singleShot(0, this, &FullScreenContent::updateDocumentCountLabel); + QTimer::singleShot(250, this, &FullScreenContent::updateDocumentCountLabel); } void FullScreenContent::updateInformationLabel()