mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
🚸 chore: pass the safe_search_level
& upstream_search_engines
as a hashmap in the settings
view function (#461)
This commit is contained in:
parent
b7a23f1826
commit
26aa345f06
@ -69,13 +69,11 @@ pub async fn settings(
|
|||||||
) -> Result<HttpResponse, Box<dyn std::error::Error>> {
|
) -> Result<HttpResponse, Box<dyn std::error::Error>> {
|
||||||
Ok(HttpResponse::Ok().body(
|
Ok(HttpResponse::Ok().body(
|
||||||
crate::templates::views::settings::settings(
|
crate::templates::views::settings::settings(
|
||||||
|
config.safe_search,
|
||||||
&config.style.colorscheme,
|
&config.style.colorscheme,
|
||||||
&config.style.theme,
|
&config.style.theme,
|
||||||
&config.style.animation,
|
&config.style.animation,
|
||||||
&config
|
&config.upstream_search_engines,
|
||||||
.upstream_search_engines
|
|
||||||
.keys()
|
|
||||||
.collect::<Vec<&String>>(),
|
|
||||||
)?
|
)?
|
||||||
.0,
|
.0,
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user