From 058ba504cb073bab51690e602b84c14bc9b97a86 Mon Sep 17 00:00:00 2001 From: cake Date: Tue, 6 Jan 2026 15:10:15 +0100 Subject: [PATCH] Updated text of options --- LightlessSync/UI/SettingsUi.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 96a300b..207455e 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -3249,16 +3249,16 @@ public class SettingsUi : WindowMediatorSubscriberBase var labels = new[] { - "Unsafe", - "Safe (Race)", - "Safest (Race + Bones)", + "Unsafe (Off)", + "Safe (Race Check)", + "Safest (Race + Bones Check)", }; var tooltips = new[] { - "No validation. Fastest, but may allow incompatible animations (riskier).", - "Validates skeleton race + modded skeleton check (recommended).", - "Requires matching skeleton race + bone compatibility (strictest).", + "No validation. Fastest, but may allow incompatible animations.", + "Validates skeleton race + modded skeleton check. Will be safer to use but will block some animations", + "Requires matching skeleton race + bone compatibility. Will block alot, not recommended.", };