mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 20:13:56 -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
|
// 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) {
|
if (CardDatabaseManager::getInstance()->getLoadStatus() == LoadStatus::Ok) {
|
||||||
refreshBannerCards();
|
refreshBannerCards();
|
||||||
|
databaseLoadIndicator->setVisible(false);
|
||||||
} else {
|
} else {
|
||||||
flowWidget->addWidget(databaseLoadIndicator);
|
flowWidget->addWidget(databaseLoadIndicator);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue