pub(super) fn clear_background(
    commands: Commands<'_, '_>,
    meshes: ResMut<'_, Assets<Mesh>>,
    materials: ResMut<'_, Assets<ColorMaterial>>,
    window_query: Query<'_, '_, &Window, With<PrimaryWindow>>,
    existing_background_query: Query<'_, '_, Entity, With<SettingsMenuBackground>>
)
Expand description

Clear the background (draw a blur) only when the menu is not disabled.