2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
Showing only changes of commit 25f0d41581 - Show all commits

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();