Fix icons not showing correctly

This commit is contained in:
2025-08-26 06:17:54 -04:00
parent 2e1bc4840b
commit 291f005888

View File

@@ -86,7 +86,7 @@ public class Pair : DisposableMediatorSubscriberBase
{ {
Name = name, Name = name,
OnClicked = action, OnClicked = action,
PrefixColor = 304, //TODO: Figure out the colour table PrefixColor = 526,
PrefixChar = 'S' PrefixChar = 'S'
}); });
} }