[PTRun][WindowWalker] Fixes and small improvements (#16959)

* fixes and changes

* fix spelling

* add os version check

* Improve speed of virtual desktop helper

* speed improvement two
This commit is contained in:
Heiko
2022-03-14 16:40:27 +01:00
committed by GitHub
parent 50169f9271
commit bf3e427017
8 changed files with 109 additions and 66 deletions

View File

@@ -73,7 +73,7 @@ namespace Wox.Plugin.Common.VirtualDesktop.Helper
Id = Guid.Empty,
Name = string.Empty,
Number = 0,
IsVisible = false,
IsVisible = true, // Setting this always to true to simulate a visible desktop
IsAllDesktopsView = false,
Position = VirtualDesktopPosition.NotApplicable,
};