This commit is contained in:
2026-05-28 20:23:28 +02:00
parent 0305f5a2be
commit d0a3a0a269
3 changed files with 43 additions and 51 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ pub struct Config {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct EffectsConfig {
pub corner_radius: f32,
pub drop_shadow: bool,
pub rounded_corners: bool,
pub shadow_blur_radius: f32,
pub radius: f32,
pub shadow: bool,
pub rounding: bool,
pub shadow_blur: f32,
pub shadow_color: [u8; 4],
pub shadow_offset_x: f32,
pub shadow_offset_y: f32,