mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Corrected GUI nuisances.
This commit is contained in:
@@ -150,6 +150,7 @@ namespace osrepodbmgr
|
||||
XmlSerializer xs = new XmlSerializer(Current.GetType());
|
||||
StreamReader sr = new StreamReader(settingsPath);
|
||||
Current = (SetSettings)xs.Deserialize(sr);
|
||||
sr.Close();
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -221,6 +222,8 @@ namespace osrepodbmgr
|
||||
catch
|
||||
#pragma warning restore RECS0022 // A catch clause that catches System.Exception and has an empty body
|
||||
{
|
||||
if(System.Diagnostics.Debugger.IsAttached)
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user