mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 15:35:10 -05:00
Update filter
savedata.bin, not extensionless cosmetic fix for the dialog window Closes #2166
This commit is contained in:
@@ -8,7 +8,7 @@ namespace PKHeX.Core
|
||||
public sealed class SAV7b : SaveFile
|
||||
{
|
||||
protected override string BAKText => $"{OT} ({Version}) - {Played.LastSavedTime}";
|
||||
public override string Filter => "Main SAV|*.*";
|
||||
public override string Filter => "savedata|*.bin";
|
||||
public override string Extension => string.Empty;
|
||||
public override string[] PKMExtensions => PKM.Extensions.Where(f => f[0] == 'B' && 7 == f[f.Length - 1] - 0x30).ToArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user