mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Extended export capabilities
This commit is contained in:
parent
097923f5ff
commit
31ac6187bc
6 changed files with 147 additions and 20 deletions
|
|
@ -26,6 +26,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
|
||||
public bool EnableMods { get; set; } = true;
|
||||
public string ModDirectory { get; set; } = string.Empty;
|
||||
public string ExportDirectory { get; set; } = string.Empty;
|
||||
|
||||
public bool HideUiInGPose { get; set; } = false;
|
||||
public bool HideUiInCutscenes { get; set; } = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue