✨ feat: provide code to parse the new config option (#424)
This commit is contained in:
parent
0da1b9e1db
commit
76419a7353
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ impl Config {
|
|||
style: Style::new(
|
||||
globals.get::<_, String>("theme")?,
|
||||
globals.get::<_, String>("colorscheme")?,
|
||||
globals.get::<_, Option<String>>("animation")?,
|
||||
),
|
||||
#[cfg(feature = "redis-cache")]
|
||||
redis_url: globals.get::<_, String>("redis_url")?,
|
||||
|
|
Loading…
Add table
Reference in a new issue