mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Merge pull request #1427 from egzonqj/master
Fix Underground button to be only enabled for DPPt
This commit is contained in:
commit
7684690542
1 changed files with 1 additions and 0 deletions
|
@ -989,6 +989,7 @@ namespace PKHeX.WinForms.Controls
|
|||
|
||||
B_OpenHoneyTreeEditor.Enabled = sav.DP || sav.Pt;
|
||||
B_OpenRTCEditor.Enabled = sav.RS || sav.E;
|
||||
B_OpenUGSEditor.Enabled = sav.DP || sav.Pt;
|
||||
}
|
||||
GB_SAVtools.Visible = sav.Exportable && FLP_SAVtools.Controls.Cast<Control>().Any(c => c.Enabled);
|
||||
foreach (Control c in FLP_SAVtools.Controls.Cast<Control>())
|
||||
|
|
Loading…
Reference in a new issue