1.12.1 #43

Merged
defnotken merged 32 commits from 1.12.1 into master 2025-10-08 17:57:23 +00:00
Showing only changes of commit fec2e4d380 - Show all commits

View File

@@ -940,7 +940,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
_configService.Current.EnableRightClickMenus = enableRightClickMenu;
_configService.Save();
}
_uiShared.DrawHelpText("This will add Lightless related right click menu entries in the game UI on paired players.");
_uiShared.DrawHelpText("This will add all Lightless related right click menu entries in the game UI.");
if (ImGui.Checkbox("Display status and visible pair count in Server Info Bar", ref enableDtrEntry))
{