feature<OpenTerminal>: support Windows Terminal

This commit is contained in:
李通洲 2021-09-03 19:27:19 +08:00
parent f041adb2b3
commit 5e706588a0
6 changed files with 123 additions and 86 deletions

View file

@ -77,6 +77,11 @@ namespace SourceGit.Models {
/// 是否启用崩溃上报
/// </summary>
public bool EnableCrashReport { get; set; } = false;
/// <summary>
/// 是否尝试使用 Windows Terminal 打开终端
/// </summary>
public bool UseWindowsTerminal { get; set; } = false;
}
/// <summary>