mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +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:
@@ -126,7 +126,8 @@ namespace Microsoft.Plugin.WindowWalker.Components
|
||||
$"Is ShellProcess: {window.Process.IsShellProcess}\n" +
|
||||
$"Is window cloaked: {window.IsCloaked}\n" +
|
||||
$"Window cloak state: {window.GetWindowCloakState()}\n" +
|
||||
$"Desktop name: {window.Desktop.Name}" +
|
||||
$"Desktop id: {window.Desktop.Id}\n" +
|
||||
$"Desktop name: {window.Desktop.Name}\n" +
|
||||
$"Desktop number: {window.Desktop.Number}\n" +
|
||||
$"Desktop is visible: {window.Desktop.IsVisible}\n" +
|
||||
$"Desktop position: {window.Desktop.Position}\n" +
|
||||
|
||||
Reference in New Issue
Block a user