mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature<OpenTerminal>: support Windows Terminal
This commit is contained in:
parent
f041adb2b3
commit
5e706588a0
6 changed files with 123 additions and 86 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue