Cosmetic "fix"

This commit is contained in:
2025-08-25 18:25:41 +01:00
parent 77d62b68b4
commit 8526f6c240

View File

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