feat(tabs): nullable Tab.Icon field for custom glyph override
This commit is contained in:
@@ -394,6 +394,12 @@ public class Tab
|
|||||||
{
|
{
|
||||||
public string Name = Language.Tab_DefaultName;
|
public string Name = Language.Tab_DefaultName;
|
||||||
|
|
||||||
|
// v1.2.0 — optionaler FontAwesome-Glyph-Name. Null bedeutet:
|
||||||
|
// Default-Mapping aus TabIconMapping greift (basiert auf Tab-Name
|
||||||
|
// oder erstem SelectedChannels-Eintrag). User können hier per
|
||||||
|
// Settings → Tabs einen eigenen Glyph setzen.
|
||||||
|
public string? Icon = null;
|
||||||
|
|
||||||
[Obsolete("Removed in favor of SelectedChannels")]
|
[Obsolete("Removed in favor of SelectedChannels")]
|
||||||
public Dictionary<ChatType, ChatSource> ChatCodes = new();
|
public Dictionary<ChatType, ChatSource> ChatCodes = new();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user