committed by
Craig Drummond
parent
308cde121d
commit
5f7155f652
@@ -78,11 +78,13 @@ QList<Song> OnlineDbWidget::selectedSongs(bool allowPlaylists) const
|
||||
void OnlineDbWidget::showEvent(QShowEvent *e)
|
||||
{
|
||||
SinglePageWidget::showEvent(e);
|
||||
if (srv->isDownloading()) {
|
||||
return;
|
||||
}
|
||||
if (srv->previouslyDownloaded()) {
|
||||
srv->load();
|
||||
} else if (!srv->isDownloading()) {
|
||||
QTimer::singleShot(0, this, SLOT(firstTimePrompt()));
|
||||
}
|
||||
QTimer::singleShot(0, this, SLOT(firstTimePrompt()));
|
||||
}
|
||||
|
||||
void OnlineDbWidget::firstTimePrompt()
|
||||
|
||||
Reference in New Issue
Block a user