implement audio_cache setting

fixes #196
This commit is contained in:
Henrik Friedrichsen
2020-05-14 22:11:35 +02:00
parent 85bc898830
commit d04766160d
3 changed files with 18 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ pub struct Config {
pub theme: Option<ConfigTheme>,
pub use_nerdfont: Option<bool>,
pub saved_state: Option<SavedState>,
pub audio_cache: Option<bool>,
pub volnorm: Option<bool>,
pub volnorm_pregain: Option<f32>,
}