watch: save fade settings

This commit is contained in:
galister
2024-03-06 18:16:34 +01:00
parent 97fd6c1fc0
commit c73a01fb7f
2 changed files with 13 additions and 3 deletions

View File

@@ -42,11 +42,11 @@ fn def_one() -> f32 {
1.0
}
fn def_half() -> f32 {
pub fn def_half() -> f32 {
0.5
}
fn def_point7() -> f32 {
pub fn def_point7() -> f32 {
0.7
}