mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix the rest of my mistakes
This commit is contained in:
parent
ff2f0c375c
commit
3596a77b34
2 changed files with 3 additions and 3 deletions
|
|
@ -281,7 +281,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
}
|
||||
case Shell.TerminalPWSH:
|
||||
{
|
||||
info.filename = "wt.exe";
|
||||
info.FileName = "wt.exe";
|
||||
info.ArgumentList.Add("pwsh");
|
||||
if (_settings.LeaveShellOpen)
|
||||
{
|
||||
|
|
@ -293,7 +293,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
}
|
||||
case Shell.TerminalCMD:
|
||||
{
|
||||
info.filename = "wt.exe";
|
||||
info.FileName = "wt.exe";
|
||||
info.ArgumentList.Add("cmd");
|
||||
if (_settings.LeaveShellOpen)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
Content="{DynamicResource flowlauncher_plugin_cmd_always_run_as_administrator}" />
|
||||
<ComboBox
|
||||
x:Name="ShellComboBox"
|
||||
Grid.Row="6"
|
||||
Grid.Row="4"
|
||||
Margin="10,5,5,5"
|
||||
HorizontalAlignment="Left">
|
||||
<ComboBoxItem>CMD</ComboBoxItem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue