mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(ApplicationExit): exception guard.
This commit is contained in:
parent
1e14ff627a
commit
9fbdba9da3
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user