mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Remove MusicManager/DisableSoundStreaming
This commit is contained in:
parent
9dd12f4a71
commit
c49fce4487
7 changed files with 1 additions and 96 deletions
|
|
@ -52,7 +52,6 @@ public partial class Configuration : IPluginConfiguration
|
|||
public bool FixMainWindow { get; set; } = false;
|
||||
public bool ShowAdvanced { get; set; }
|
||||
public bool AutoDeduplicateOnImport { get; set; } = false;
|
||||
public bool DisableSoundStreaming { get; set; } = true;
|
||||
public bool EnableHttpApi { get; set; }
|
||||
|
||||
public string DefaultModImportPath { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue