add toggle to keep nearby poses active constantly

This commit is contained in:
Stanley Dimant
2025-01-13 22:10:27 +01:00
parent b53c1d11e4
commit d5233d7bd0
3 changed files with 12 additions and 3 deletions

View File

@@ -15,4 +15,5 @@ public class CharaDataConfig : IMareConfiguration
public int NearbyDistanceFilter { get; set; } = 100;
public bool NearbyShowOwnData { get; set; } = false;
public bool ShowHelpTexts { get; set; } = true;
public bool NearbyShowAlways { get; set; } = false;
}