ux: tooltip of commit signing status icon

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-10-30 15:10:26 +08:00
parent 195325187d
commit fe03512c5c
No known key found for this signature in database
2 changed files with 7 additions and 8 deletions

View file

@ -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
{