mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-09 05:06:44 -05:00
Minor tweaks
Remove GameSync/SecureValue from SAV tab (still lives in Block Data) Remove inaccessible items from FRLG/E key items
This commit is contained in:
@@ -11,7 +11,7 @@ namespace PKHeX.WinForms.Controls;
|
||||
public partial class EntitySearchControl : UserControl
|
||||
{
|
||||
private EntityContext SaveContext { get; set; } = Latest.Context;
|
||||
|
||||
|
||||
public EntitySearchControl() => InitializeComponent();
|
||||
|
||||
/// <summary>
|
||||
@@ -107,7 +107,7 @@ public void InitializeSelections(SaveFile sav, bool showContext = true)
|
||||
}
|
||||
L_Format.Visible = CB_FormatComparator.Visible = CB_Format.Visible = showContext;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Sets the localized text for the format "Any" option.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user