git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commit21945fff3605e5d24fec66404174c0f7f575e833
parent427e029fe0
authorLucas Galante <[email protected]>
date2026-07-01 18:46
Update desktop solid color config key mapping in layout.rs

 src/layout.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/layout.rs b/src/layout.rs
index 8e3bd6e..0b127b2 100644
--- a/src/layout.rs
+++ b/src/layout.rs
@@ -133,7 +133,7 @@ fn flatten_json_to_flat_props(val: &serde_json::Value, prefix: &str, flat_props:
                 "style.surface.desktop.gap_width" => "desktop_gap_width",
                 "style.surface.desktop.cell_corner_radius" => "desktop_cell_corner_radius",
                 "style.surface.desktop.cell_fade_inset" => "desktop_cell_fade_inset",
-                "style.surface.desktop.enable_solid_color" => "desktop_enable_solid_color",
+                "style.surface.desktop.mode" => "desktop_mode",
                 "style.surface.desktop.solid_color" => "desktop_solid_color",
                 "style.surface.plate.padding" => "plate_padding",
                 "style.surface.backplate.color" => "backplate_color",