mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Minor cleanup
This commit is contained in:
parent
dd6ca6f073
commit
d8f27f0834
@ -146,6 +146,8 @@ namespace HeliosDisplayManagement.UIForms
|
||||
}
|
||||
}
|
||||
|
||||
// ReSharper disable once CyclomaticComplexity
|
||||
// ReSharper disable once FunctionComplexityOverflow
|
||||
private void RefreshArrangementSettings()
|
||||
{
|
||||
gb_arrangement.Enabled = false;
|
||||
@ -258,8 +260,9 @@ namespace HeliosDisplayManagement.UIForms
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user