Fixed spelling
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user