mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
fix<Welcome>: fix wrong arguments to start Windows Terminal without repositories
This commit is contained in:
@@ -89,7 +89,7 @@ namespace SourceGit.Views.Widgets {
|
||||
if (Models.Preference.Instance.General.UseWindowsTerminal) {
|
||||
Process.Start(new ProcessStartInfo {
|
||||
FileName = "wt",
|
||||
Arguments = "\"{bash}\"",
|
||||
Arguments = $"\"{bash}\"",
|
||||
UseShellExecute = false,
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user