mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add option to not use any mods when inspecting players.
This commit is contained in:
parent
72408bf45c
commit
28ab12c21b
3 changed files with 10 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
public bool UseCharacterCollectionInInspect { get; set; } = true;
|
||||
public bool UseCharacterCollectionInTryOn { get; set; } = true;
|
||||
public bool UseOwnerNameForCharacterCollection { get; set; } = true;
|
||||
public bool UseNoModsInInspect { get; set; } = false;
|
||||
|
||||
public bool HideRedrawBar { get; set; } = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue