1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

ui update

This commit is contained in:
Laserlicht
2025-10-25 21:44:13 +02:00
parent 66f377f14e
commit 05ea43438e
7 changed files with 50 additions and 40 deletions

View File

@@ -247,7 +247,6 @@ SelectionTab::SelectionTab(ESelectionScreen Type)
buttonBattleOnlyMode = std::make_shared<CButton>(Point(23, 18), AnimationPath::builtin("lobby/battleButton"), CButton::tooltip("", LIBRARY->generaltexth->translate("vcmi.lobby.battleOnlyMode")), [tabTitle, tabTitleDelete](){
BattleOnlyMode::openBattleWindow();
});
//buttonBattleOnlyMode->block(GAME->server().isGuest());
}
if(tabType == ESelectionScreen::loadGame || tabType == ESelectionScreen::newGame)