Add audio_cache_size to set maximum cache size
This commit is contained in:
@@ -21,6 +21,7 @@ pub struct ConfigValues {
|
||||
pub theme: Option<ConfigTheme>,
|
||||
pub use_nerdfont: Option<bool>,
|
||||
pub audio_cache: Option<bool>,
|
||||
pub audio_cache_size: Option<u32>,
|
||||
pub backend: Option<String>,
|
||||
pub backend_device: Option<String>,
|
||||
pub volnorm: Option<bool>,
|
||||
|
||||
Reference in New Issue
Block a user