mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ApplicationExit): exception guard.
This commit is contained in:
@@ -108,7 +108,14 @@ namespace GARbro.GUI
|
|||||||
|
|
||||||
void ApplicationExit (object sender, ExitEventArgs e)
|
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 ()
|
void UpgradeSettings ()
|
||||||
|
|||||||
Reference in New Issue
Block a user