mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Add null check for plugin result
- Minor code changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user