✨ feat: provide a new settings option to change or disable animations (#424)
This commit is contained in:
parent
1a2a833597
commit
19081b72c0
1 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,17 @@ pub fn user_interface() -> Result<Markup, Box<dyn std::error::Error>> {
|
||||||
option value=(k){(v)}
|
option value=(k){(v)}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
h3{"select animation"}
|
||||||
|
p class="description"{
|
||||||
|
"Select the animation for your theme to be used in user interface"
|
||||||
|
}
|
||||||
|
select name="animations"{
|
||||||
|
option value=""{"none"}
|
||||||
|
@for (k,v) in style_option_list("animations")?{
|
||||||
|
option value=(k){(v)}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue