mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add option to fix the penumbra window.
This commit is contained in:
parent
caf19f24cb
commit
c97b8e8e9a
4 changed files with 23 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ public partial class Configuration : IPluginConfiguration
|
|||
public int ModSelectorScaledSize { get; set; } = Constants.DefaultScaledSize;
|
||||
public bool OpenFoldersByDefault { get; set; } = false;
|
||||
|
||||
|
||||
public bool FixMainWindow { get; set; } = false;
|
||||
public bool ShowAdvanced { get; set; }
|
||||
public bool DisableSoundStreaming { get; set; } = true;
|
||||
public bool EnableHttpApi { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue