mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Hide Loading Msg in VDE when not relevant
This commit is contained in:
parent
82b257b589
commit
55f624b634
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ VisualDeckStorageWidget::VisualDeckStorageWidget(QWidget *parent) : QWidget(pare
|
|||
// Don't waste time processing the cards if they're going to get refreshed anyway once the db finishes loading
|
||||
if (CardDatabaseManager::getInstance()->getLoadStatus() == LoadStatus::Ok) {
|
||||
refreshBannerCards();
|
||||
databaseLoadIndicator->setVisible(false);
|
||||
} else {
|
||||
flowWidget->addWidget(databaseLoadIndicator);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue