mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -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();
|
deckViewLayout->update();
|
||||||
|
|
||||||
setVisibility(loadLocalButton, true);
|
setVisibility(loadLocalButton, true);
|
||||||
if (parentGame->getIsLocalGame()) {
|
setVisibility(loadRemoteButton, !parentGame->getIsLocalGame());
|
||||||
setVisibility(loadRemoteButton, false);
|
|
||||||
} else {
|
|
||||||
setVisibility(loadRemoteButton, true);
|
|
||||||
}
|
|
||||||
setVisibility(unloadDeckButton, false);
|
setVisibility(unloadDeckButton, false);
|
||||||
setVisibility(readyStartButton, false);
|
setVisibility(readyStartButton, false);
|
||||||
setVisibility(sideboardLockButton, false);
|
setVisibility(sideboardLockButton, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue