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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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