mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add toggle to keep nearby poses active constantly
This commit is contained in:
parent
b53c1d11e4
commit
d5233d7bd0
3 changed files with 12 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue