fn update_current_main_volume_text(
    volume_settings: Res<'_, VolumeSettings>,
    text_query: Query<'_, '_, &mut Text, With<CurrentMainVolumeText>>
)
Expand description

System to handle changing the value of the main volume text.