mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +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:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user