Fixed spelling

This commit is contained in:
cake
2025-12-06 05:41:14 +01:00
parent 1cb326070b
commit 25f0d41581

View File

@@ -2213,7 +2213,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
_configService.Save();
}
if (ImGui.Checkbox("Set visible pairs icon to an green color", ref greenVisiblePair))
if (ImGui.Checkbox("Set visible pair icon to an green color", ref greenVisiblePair))
{
_configService.Current.ShowVisiblePairsGreenEye = greenVisiblePair;
_configService.Save();