mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-22 04:50:44 -05:00
Hide the add / remove buttons in trade editor until implemented (#98)
resolves https://github.com/Mixone-FinallyHere/DS-Pokemon-Rom-Editor/issues/94
This commit is contained in:
parent
4ecb493780
commit
ca5f7c5c8f
|
|
@ -66,6 +66,8 @@ namespace DSPRE.Editors
|
|||
// Disable buttons until trade expansion is implemented
|
||||
addFileButton.Enabled = false;
|
||||
removeLastButton.Enabled = false;
|
||||
addFileButton.Visible = false;
|
||||
removeLastButton.Visible = false;
|
||||
|
||||
tradeArchive = new TextArchive(GetTextBankIndex());
|
||||
LoadFromFile(0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user