fix formatting

This commit is contained in:
Jeremy 2021-11-17 21:04:00 +11:00
parent a6ddaf9ff9
commit 02d101a30b

View file

@ -106,6 +106,7 @@ namespace Flow.Launcher
SettingWindow sw = SingletonWindowOpener.Open<SettingWindow>(this, _settingsVM);
});
}
public void ShellRun(string cmd)
{
var startInfo = ShellCommand.SetProcessStartInfo("cmd.exe", arguments: $"/C {cmd}", createNoWindow: true);