From 9f466162b032f53c0ffdf461653a4d66e8ddaa98 Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:14:46 -0800 Subject: [PATCH] disable starting life total edit in game information window (#5440) --- cockatrice/src/dialogs/dlg_create_game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/dialogs/dlg_create_game.cpp b/cockatrice/src/dialogs/dlg_create_game.cpp index 2a1386a7e..02f55447b 100644 --- a/cockatrice/src/dialogs/dlg_create_game.cpp +++ b/cockatrice/src/dialogs/dlg_create_game.cpp @@ -180,6 +180,7 @@ DlgCreateGame::DlgCreateGame(const ServerInfo_Game &gameInfo, const QMapsetEnabled(false); spectatorsSeeEverythingCheckBox->setEnabled(false); createGameAsSpectatorCheckBox->setEnabled(false); + startingLifeTotalEdit->setEnabled(false); descriptionEdit->setText(QString::fromStdString(gameInfo.description())); maxPlayersEdit->setValue(gameInfo.max_players());