diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-28 02:56:35 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-28 02:56:35 +1000 |
| commit | ff1b492c53b44fa10e7cd4170b4cfb0b7bfdc6e9 (patch) | |
| tree | 0cca8e20b27bad74666772475ddbbab955b704c3 /Tag.cs | |
| parent | 5128d5b72e89179d6a1e38c1b558e6a7309f7b4b (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(); } |
