diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index ff904dc..3de7a9b 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -291,6 +291,7 @@ void MainWindow::galleryCurrent(bool showLoadImageHintWhenEmpty, bool reloadImag setWindowTitle(m_pm->urlByIndex(index).fileName()); } else if (showLoadImageHintWhenEmpty && m_pm->totalCount() <= 0) { m_graphicsView->showText(QCoreApplication::translate("GraphicsScene", "Drag image here")); + setWindowTitle(QString()); } updateGalleryButtonsVisibility();