fix sideboard not being re-locked on load deck (#5486)

This commit is contained in:
RickyRister
2025-01-16 21:25:01 -08:00
committed by GitHub
parent c148c8df7f
commit ca2d438cda

View File

@@ -135,6 +135,8 @@ void DeckViewContainer::switchToDeckSelectView()
readyStartButton->setState(false);
sideboardLockButton->setState(false);
deckView->setLocked(true);
sendReadyStartCommand(false);
}