mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Minor fix
This commit is contained in:
parent
0b89c15384
commit
1d5feeacb2
1 changed files with 1 additions and 5 deletions
|
|
@ -127,11 +127,7 @@ void DeckViewContainer::switchToDeckSelectView()
|
|||
deckViewLayout->update();
|
||||
|
||||
setVisibility(loadLocalButton, true);
|
||||
if (parentGame->getIsLocalGame()) {
|
||||
setVisibility(loadRemoteButton, false);
|
||||
} else {
|
||||
setVisibility(loadRemoteButton, true);
|
||||
}
|
||||
setVisibility(loadRemoteButton, !parentGame->getIsLocalGame());
|
||||
setVisibility(unloadDeckButton, false);
|
||||
setVisibility(readyStartButton, false);
|
||||
setVisibility(sideboardLockButton, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue