diff --git a/src/Export.cs b/src/Export.cs index 1105e24..0a60a8f 100644 --- a/src/Export.cs +++ b/src/Export.cs @@ -11,6 +11,9 @@ public static class Export { public static void Choose(AchievementAllDataNotify data) { Console.Write(App.ExportChoose); + while (Console.KeyAvailable) { + Console.ReadKey(false); + } if (!int.TryParse(Console.ReadLine(), out var num)) num = 0; ((Action) (num switch { 1 => ToSnapGenshin,