mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- This prevents people from selecting the "Most recently added" menu option from the "Sort By" menu in the deck editor. I discovered that it was leading to an error exception due to the fact that the cards.txt file is now missing entries for the new cards added today.
This commit is contained in:
@@ -162,7 +162,13 @@ public class Gui_DeckEditor_Menu extends JMenuBar implements NewConstants {
|
||||
menu.add(type);
|
||||
menu.add(stats);
|
||||
menu.add(rarity);
|
||||
menu.add(newFirst);
|
||||
|
||||
// menu.add(newFirst);
|
||||
/*
|
||||
* The "Most recently added" menu now causes an error exception. This will prevent
|
||||
* this option from appearing in the "Sort By" menu. There may be a way (or not)
|
||||
* to sort the indivudual card files by the date created or the date last modified.
|
||||
*/
|
||||
|
||||
this.add(menu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user