1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

description

This commit is contained in:
Laserlicht
2023-10-01 00:35:11 +02:00
committed by GitHub
parent 65c21064b5
commit 648a37310f
4 changed files with 26 additions and 0 deletions

View File

@ -196,4 +196,9 @@ CMapOverview::CMapOverviewWidget::CMapOverviewWidget(CMapOverview& parent):
else
w->setText(p.date);
}
if(auto w = widget<CLabel>("noUnderground"))
{
if(minimaps.size() == 0)
w->setText("");
}
}