mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add mcdo creation filters, upload all, apply data to all, more scaling bullshit
This commit is contained in:
parent
286ef6d810
commit
afda0416c0
5 changed files with 545 additions and 425 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue