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:
Yako 2025-09-03 00:41:30 +02:00 committed by GitHub
parent 4ecb493780
commit ca5f7c5c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);