mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Disable the visibility of New and Open buttons in the Quest Draft Tournament deck editor (they do nothing and crash).
This commit is contained in:
@@ -250,6 +250,9 @@ public final class CEditorQuestLimited extends ACEditorBase<PaperCard, DeckGroup
|
|||||||
VCurrentDeck.SINGLETON_INSTANCE.getBtnImport().setVisible(false);
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnImport().setVisible(false);
|
||||||
VCurrentDeck.SINGLETON_INSTANCE.getTxfTitle().setEnabled(false);
|
VCurrentDeck.SINGLETON_INSTANCE.getTxfTitle().setEnabled(false);
|
||||||
|
|
||||||
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnNew().setVisible(false);
|
||||||
|
VCurrentDeck.SINGLETON_INSTANCE.getBtnOpen().setVisible(false);
|
||||||
|
|
||||||
deckGenParent = removeTab(VDeckgen.SINGLETON_INSTANCE);
|
deckGenParent = removeTab(VDeckgen.SINGLETON_INSTANCE);
|
||||||
allDecksParent = removeTab(VAllDecks.SINGLETON_INSTANCE);
|
allDecksParent = removeTab(VAllDecks.SINGLETON_INSTANCE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user