parser: ignore_in_mode attribute; watch additions
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user