diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index b8a0b339..2267ab7f 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -113,9 +113,10 @@ LibraryWindow::LibraryWindow() void LibraryWindow::afterLaunchTasks() { - WhatsNewController whatsNewController; - - whatsNewController.showWhatsNewIfNeeded(this); + if (!libraries.isEmpty()) { + WhatsNewController whatsNewController; + whatsNewController.showWhatsNewIfNeeded(this); + } } void LibraryWindow::setupUI()