parser: ignore_in_mode attribute; watch additions

This commit is contained in:
galister
2025-08-03 17:26:34 +09:00
parent eaa81450b5
commit b2902f8f7f
9 changed files with 68 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ impl TestbedGeneric {
let globals = WguiGlobals::new(Box::new(assets::Asset {}))?;
let (layout, state) = wgui::parser::new_layout_from_assets(globals, listeners, XML_PATH)?;
let (layout, state) =
wgui::parser::new_layout_from_assets(globals, listeners, XML_PATH, false)?;
Ok(Self { layout, state })
}