mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 14:02:45 -05: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()
|
void LibraryWindow::afterLaunchTasks()
|
||||||
{
|
{
|
||||||
|
if (!libraries.isEmpty()) {
|
||||||
WhatsNewController whatsNewController;
|
WhatsNewController whatsNewController;
|
||||||
|
|
||||||
whatsNewController.showWhatsNewIfNeeded(this);
|
whatsNewController.showWhatsNewIfNeeded(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void LibraryWindow::setupUI()
|
void LibraryWindow::setupUI()
|
||||||
|
|||||||
Reference in New Issue
Block a user