Sonetto
Sonetto
1. fix: #442 针对1024隐藏目录与边距
When using `menu.move_window(Position::TrayCenter)?;` to put a system tray menu on the menu icon center, it's works on main monitor. But not any response in the extended monitor, also no error...
When load a gltf asset, bevy will use crate `bevy_glft` and its loader. ```rs app.add_plugins(( WebAssetPlugin, DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { title: "test".to_string(), ..default() }), ..default() }), )) ``` ```rs...