diff --git a/PKHeX.WinForms/Subforms/SettingsEditor.cs b/PKHeX.WinForms/Subforms/SettingsEditor.cs index 3984684f7..dd5916615 100644 --- a/PKHeX.WinForms/Subforms/SettingsEditor.cs +++ b/PKHeX.WinForms/Subforms/SettingsEditor.cs @@ -108,6 +108,7 @@ private static void DeleteSettings() var path = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal).FilePath; if (File.Exists(path)) File.Delete(path); + System.Diagnostics.Process.Start(Application.ExecutablePath); Environment.Exit(0); } catch (Exception ex)