style<Welcome>: re-design layout for Welcome page

This commit is contained in:
leo 2021-09-13 11:47:54 +08:00
parent 5712630235
commit 717772c62b
6 changed files with 1402 additions and 1443 deletions

View file

@ -315,6 +315,7 @@ namespace SourceGit.Views.Widgets {
Models.Exception.Raise(App.Text("MissingBash"));
return;
}
if (Models.Preference.Instance.General.UseWindowsTerminal) {
Process.Start(new ProcessStartInfo {
WorkingDirectory = repo.Path,
@ -329,6 +330,7 @@ namespace SourceGit.Views.Widgets {
UseShellExecute = true,
});
}
e.Handled = true;
}