Remove MusicManager/DisableSoundStreaming

This commit is contained in:
Soreepeong 2022-06-20 10:56:28 +09:00
parent 9dd12f4a71
commit c49fce4487
7 changed files with 1 additions and 96 deletions

View file

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