[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

@@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Windows.Controls;
using ManagedCommon;
using Microsoft.Plugin.WindowWalker.Components;
@@ -24,8 +23,6 @@ namespace Microsoft.Plugin.WindowWalker
public string Name => Properties.Resources.wox_plugin_windowwalker_plugin_name;
private readonly string _assemblyName = Assembly.GetExecutingAssembly().GetName().Name;
public string Description => Properties.Resources.wox_plugin_windowwalker_plugin_description;
internal static readonly VirtualDesktopHelper VirtualDesktopHelperInstance = new VirtualDesktopHelper();