[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

@@ -250,7 +250,7 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
}
/// <summary>
/// Looks up a localized string similar to Show desktop name in subtitle (If two or more desktops exist).
/// Looks up a localized string similar to Show desktop name in the subtitle (If two or more desktops exist).
/// </summary>
public static string wox_plugin_windowwalker_SettingSubtitleDesktopName {
get {
@@ -259,7 +259,7 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
}
/// <summary>
/// Looks up a localized string similar to Show process id in subtitle.
/// Looks up a localized string similar to Show process id in the subtitle.
/// </summary>
public static string wox_plugin_windowwalker_SettingSubtitlePid {
get {

View File

@@ -140,10 +140,10 @@
<value>Show only results from visible desktop</value>
</data>
<data name="wox_plugin_windowwalker_SettingSubtitleDesktopName" xml:space="preserve">
<value>Show desktop name in subtitle (If two or more desktops exist)</value>
<value>Show desktop name in the subtitle (If two or more desktops exist)</value>
</data>
<data name="wox_plugin_windowwalker_SettingSubtitlePid" xml:space="preserve">
<value>Show process id in subtitle</value>
<value>Show process id in the subtitle</value>
</data>
<data name="wox_plugin_windowwalker_SettingOpenAfterKillAndClose" xml:space="preserve">
<value>Stay open after closing windows and killing processes (Not working with kill process confirmation)</value>