Merge pull request #11 from ProfessorFartsalot/main

Fix icons not showing correctly
This commit is contained in:
Eauldane
2025-08-26 13:10:20 +01:00
committed by GitHub

View File

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