Fix the rest of my mistakes

This commit is contained in:
Azakidev 2025-02-04 23:54:04 +01:00
parent ff2f0c375c
commit 3596a77b34
2 changed files with 3 additions and 3 deletions

View file

@ -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)
{

View file

@ -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>