mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Prevent editing name of decks (for now)
This commit is contained in:
@@ -541,6 +541,7 @@ public class FDeckEditor extends TabPageScreen<FDeckEditor> {
|
||||
protected void initialize() {
|
||||
txtName.setGhostText("[New Deck]");
|
||||
txtName.setText(parentScreen.getDeck().getName());
|
||||
txtName.setEnabled(false); //TODO: Allow editing for non-limited decks
|
||||
|
||||
btnSave.setCommand(new FEventHandler() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user