mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 05:45:10 -05:00
Hide some controls if WR7 (LGPE)
User experience. Co-Authored-By: FeralFalcon <33670476+FeralFalcon@users.noreply.github.com>
This commit is contained in:
@@ -46,6 +46,9 @@ public SAV_Wondercard(SaveFile sav, DataMysteryGift? g = null)
|
||||
if (LB_Received.Items.Count > 0)
|
||||
LB_Received.SelectedIndex = 0;
|
||||
|
||||
if (mga.Gifts[0] is WR7) // giftused is not a valid prop
|
||||
B_UnusedAll.Visible = B_UsedAll.Visible = L_QR.Visible = false;
|
||||
|
||||
DragEnter += Main_DragEnter;
|
||||
DragDrop += Main_DragDrop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user