add mcdo creation filters, upload all, apply data to all, more scaling bullshit

This commit is contained in:
Stanley Dimant 2025-02-23 14:08:25 +01:00
parent 286ef6d810
commit afda0416c0
5 changed files with 545 additions and 425 deletions

View file

@ -58,7 +58,7 @@ internal partial class CharaDataHubUi
}
_uiSharedService.DrawHelpText("When enabled, Mare will draw floating wisps where other's poses are in the world.");
int poseDetectionDistance = _configService.Current.NearbyDistanceFilter;
ImGui.SetNextItemWidth(100);
UiSharedService.ScaledNextItemWidth(100);
if (ImGui.SliderInt("Detection Distance", ref poseDetectionDistance, 5, 1000))
{
_configService.Current.NearbyDistanceFilter = poseDetectionDistance;