mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(ApplicationExit): exception guard.
This commit is contained in:
@@ -108,7 +108,14 @@ namespace GARbro.GUI
|
||||
|
||||
void ApplicationExit (object sender, ExitEventArgs e)
|
||||
{
|
||||
Settings.Default.Save();
|
||||
try
|
||||
{
|
||||
Settings.Default.Save();
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
Trace.WriteLine (X.Message, "[GARbro.GUI.App]");
|
||||
}
|
||||
}
|
||||
|
||||
void UpgradeSettings ()
|
||||
|
||||
Reference in New Issue
Block a user