Merge branch 'rolling' into FEAT/424_reduce-animations-effects-support-for-the-themes
This commit is contained in:
commit
b00f76627b
25 changed files with 270 additions and 61 deletions
|
@ -158,6 +158,10 @@ impl EngineHandler {
|
|||
let engine = crate::engines::startpage::Startpage::new()?;
|
||||
("startpage", Box::new(engine))
|
||||
}
|
||||
"librex" => {
|
||||
let engine = crate::engines::librex::LibreX::new()?;
|
||||
("librex", Box::new(engine))
|
||||
}
|
||||
_ => {
|
||||
return Err(Report::from(EngineError::NoSuchEngineFound(
|
||||
engine_name.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue