mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
ux: tooltip of commit signing status icon
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
195325187d
commit
fe03512c5c
2 changed files with 7 additions and 8 deletions
|
@ -7,6 +7,7 @@ namespace SourceGit.Models
|
|||
public char VerifyResult { get; init; } = 'N';
|
||||
public string Signer { get; init; } = string.Empty;
|
||||
public string Key { get; init; } = string.Empty;
|
||||
public bool HasSigner => !string.IsNullOrEmpty(Signer);
|
||||
|
||||
public IBrush Brush
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue