Skip to content
1 change: 1 addition & 0 deletions Penumbra/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public bool EnableMods
public bool DefaultTemporaryMode { get; set; } = false;
public bool EnableDirectoryWatch { get; set; } = false;
public bool EnableAutomaticModImport { get; set; } = false;
public bool EnableContainerPeeking { get; set; } = true;
public bool AutoDismissModImportSuccessReports { get; set; } = true;
public bool AlwaysShowDetailedModImport { get; set; } = false;
public bool PreventExportLoopback { get; set; } = true;
Expand Down
Loading
Loading