mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Add option to disable the application of fixed designs when in gpose
This commit is contained in:
parent
9ec597cf2a
commit
aa7b9b76d0
3 changed files with 7 additions and 0 deletions
|
|
@ -124,6 +124,10 @@ namespace Glamourer.Designs
|
|||
private void OnPlayerChange(Character character)
|
||||
{
|
||||
var name = character.Name.ToString();
|
||||
|
||||
if (Dalamud.PluginInterface.UiBuilder.GposeActive && !Glamourer.Config.ApplyInGPose)
|
||||
return;
|
||||
|
||||
if (!EnabledDesigns.TryGetValue(name, out var designs))
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue