UI gradient intensity slider, update wgui Defaults for dashboard, prepend ui-related config entries with ui_
This commit is contained in:
@@ -148,10 +148,15 @@ pub struct GeneralConfig {
|
||||
pub color_background: Option<String>,
|
||||
|
||||
#[serde(default = "def_one")]
|
||||
pub animation_speed: f32,
|
||||
#[serde(alias = "ui_animation_speed", alias = "animation_speed" /* old name */)]
|
||||
pub ui_animation_speed: f32,
|
||||
|
||||
#[serde(default = "def_one")]
|
||||
pub round_multiplier: f32,
|
||||
#[serde(alias = "ui_round_multiplier", alias = "round_multiplier" /* old name */)]
|
||||
pub ui_round_multiplier: f32,
|
||||
|
||||
#[serde(default = "def_point3")]
|
||||
pub ui_gradient_intensity: f32,
|
||||
|
||||
pub default_keymap: Option<String>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user