mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user