mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +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.getTxfTitle().setEnabled(false);
|
||||
|
||||
VCurrentDeck.SINGLETON_INSTANCE.getBtnNew().setVisible(false);
|
||||
VCurrentDeck.SINGLETON_INSTANCE.getBtnOpen().setVisible(false);
|
||||
|
||||
deckGenParent = removeTab(VDeckgen.SINGLETON_INSTANCE);
|
||||
allDecksParent = removeTab(VAllDecks.SINGLETON_INSTANCE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user