We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7e774 commit 66497ddCopy full SHA for 66497dd
1 file changed
ListFiles.xaml.cs
@@ -307,7 +307,7 @@ private void LoadWindowSettings()
307
this.Height = Properties.Settings.Default.Height;
308
this.WindowState = (WindowState)Properties.Settings.Default.WindowState;
309
}
310
- catch (System.Exception ex)
+ catch (System.Exception)
311
{
312
// swallow exception if settings fail to load
313
0 commit comments