diff --git a/app/fullscreencontent.cpp b/app/fullscreencontent.cpp --- a/app/fullscreencontent.cpp +++ b/app/fullscreencontent.cpp @@ -220,9 +220,7 @@ this, &FullScreenContent::updateCurrentUrlWidgets); } updateCurrentUrlWidgets(); - - // Give the thumbnail view time to update its "current index" - QTimer::singleShot(0, this, &FullScreenContent::updateDocumentCountLabel); + updateDocumentCountLabel(); } void FullScreenContent::updateInformationLabel() @@ -498,6 +496,7 @@ Q_UNUSED(fullScreenMode); updateContainerAppearance(); setupThumbnailBarStyleSheet(); + updateDocumentCountLabel(); } void FullScreenContent::setDistractionFreeMode(bool distractionFreeMode)