Add flip_status_indicators setting

Fixes #511
This commit is contained in:
Henrik Friedrichsen
2021-05-14 17:41:19 +02:00
parent cd2cde542e
commit b42315d113
4 changed files with 42 additions and 40 deletions

View File

@@ -20,6 +20,7 @@ pub struct ConfigValues {
pub keybindings: Option<HashMap<String, String>>,
pub theme: Option<ConfigTheme>,
pub use_nerdfont: Option<bool>,
pub flip_status_indicators: Option<bool>,
pub audio_cache: Option<bool>,
pub audio_cache_size: Option<u32>,
pub backend: Option<String>,