mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix formatting
This commit is contained in:
parent
a6ddaf9ff9
commit
02d101a30b
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ namespace Flow.Launcher
|
||||||
SettingWindow sw = SingletonWindowOpener.Open<SettingWindow>(this, _settingsVM);
|
SettingWindow sw = SingletonWindowOpener.Open<SettingWindow>(this, _settingsVM);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ShellRun(string cmd)
|
public void ShellRun(string cmd)
|
||||||
{
|
{
|
||||||
var startInfo = ShellCommand.SetProcessStartInfo("cmd.exe", arguments: $"/C {cmd}", createNoWindow: true);
|
var startInfo = ShellCommand.SetProcessStartInfo("cmd.exe", arguments: $"/C {cmd}", createNoWindow: true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue