Pt run] keep shell open (#28041)

* [PTRun] LeaveShellOpen condition added to run command

* [PTRun] Keep shell open added to shell plugin settings.

* [PTRun] Unnecessary variable deleted. Formatting.

* [PTRun] Variable name changed.
This commit is contained in:
gokcekantarci
2023-08-22 18:16:42 +03:00
committed by GitHub
parent 6acae53e2c
commit 5426759b9c
3 changed files with 68 additions and 6 deletions

View File

@@ -60,6 +60,15 @@ namespace Microsoft.Plugin.Shell.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Keep shell open.
/// </summary>
public static string wox_leave_shell_open {
get {
return ResourceManager.GetString("wox_leave_shell_open", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to this command has been executed {0} times.
/// </summary>

View File

@@ -141,4 +141,7 @@
<data name="wox_plugin_cmd_run_as_user" xml:space="preserve">
<value>Run as different user (Ctrl+Shift+U)</value>
</data>
<data name="wox_leave_shell_open" xml:space="preserve">
<value>Keep shell open</value>
</data>
</root>