diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index 6ba89dc1..9d6bf58a 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -1055,6 +1055,7 @@ void MainWindow::showStartMainPage() d->mContextManager->setCurrentUrl(QUrl()); d->mViewMainPage->reset(); + setCaption(QString()); d->autoAssignThumbnailProvider(); }