mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Do not show the what's new dialog when there are no libraries
No libraries probably means fresh installation.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user