mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
✨ feat: provide a new settings option to change or disable animations (#424)
This commit is contained in:
parent
1a2a833597
commit
19081b72c0
@ -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…
Reference in New Issue
Block a user