diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-28 02:56:35 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:43 +1000 |
| commit | 8f258529e94b3c5b741a0315bcd75af24b5a8b5a (patch) | |
| tree | 8d16a7e88e075cbd370a9b61040c97ad14e9f223 /Tag.cs | |
| parent | 0850585fb3507fbae3fe311633cc91b5a9334a00 (diff) | |
Added tag aliases and imrpoved selection dialog
Diffstat (limited to 'Tag.cs')
| -rw-r--r-- | Tag.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ public class TagDefinition : HBObject { public TagSource Source { get; set; } = TagSource.Internal; public string? Namespace { get; set; } public string Name { get; set; } + public string? Alias { get; set;} public virtual List<TagDefinition> ImplicitTags { get; set; } = new(); } |
