diff --git a/Linux/src/devices/emulator/emulatorwindow.rs b/Linux/src/devices/emulator/emulatorwindow.rs index dd665f5..ddf3428 100644 --- a/Linux/src/devices/emulator/emulatorwindow.rs +++ b/Linux/src/devices/emulator/emulatorwindow.rs @@ -32,8 +32,9 @@ impl SimpleComponent for EmulatorWindow fn init(_data: Self::Init, root: Self::Root, _sender: ComponentSender, ) -> ComponentParts { let model = EmulatorWindow {}; - let widgets = view_output!(); + + root.set_visible(true); ComponentParts { model, widgets } }