Add option to fix the penumbra window.

This commit is contained in:
Ottermandias 2022-06-06 22:23:51 +02:00
parent caf19f24cb
commit c97b8e8e9a
4 changed files with 23 additions and 5 deletions

View file

@ -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; }