- Add null check for plugin result

- Minor code changes
This commit is contained in:
Stone-Red-Code
2021-09-16 17:11:41 +02:00
parent 5bc35cf92b
commit 0f6e8437fd
9 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ namespace DesktopMagic
EditCheckBox_Click(null, null);
this.ShowInTaskbar = false;
this.Visibility = Visibility.Collapsed;
foreach (var item in Windows)
foreach (Window item in Windows)
{
WindowPos.SendWpfWindowBack(item);
WindowPos.SendWpfWindowBack(item);