git.lucas.co / cce-system-interface
system settings
git clone https://git.lucas.co/cce-system-interface.git

commit8f43f84a636a9a4c80c4761e99307260fd77b0aa
parent08f5b20248
authorLucas Galante <[email protected]>
date2026-07-08 14:55
refactor: adapt Switcher/ContentBg fields to cce-ui Phase 5n

Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LkfJazPs9bRchkcozmxXCX

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

diff --git a/src/main.rs b/src/main.rs
index 3ceadbc..1b806a9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -73,7 +73,7 @@ struct SystemInterface {
     page_sec_containers: Vec<cce_ui::widget::SectionContainer>,
     root_window: cce_ui::widget::Backplate,
     page_dropdown: cce_ui::widget::input::Dropdown,
-    switcher: cce_ui::widget::Switcher,
+    switcher: cce_ui::widget::Adapted<cce_ui::widget::Switcher>,
     pages: Vec<cce_ui::widget::Page>,
     statusbar: cce_ui::widget::StatusBar,
     sans_serif_family: String,