mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 13:27:36 +01:00
b64cb2a1c6
Fixes https://github.com/Aurorastation/Aurora.3/issues/21757. Changes made in https://github.com/Aurorastation/Aurora.3/pull/21734 allowed for camera monitoring consoles to launch their own headless versions of the Camera Monitoring app, but the Horizon's mapped consoles, unlike Runtime's, have some dedicated network restrictions. This PR adds a var to the camera_monitor program that can hold the src of the UI, which in the case of camera monitoring consoles, will restrict the available networks displayed to those set on the console obj itself. changes: - bugfix: "Dedicated camera monitoring console UIs now display only that console's predefined networks, not all networks to which the user has access (as is the case with regular use of the camera monitoring app.)" - bugfix: "Removes an unnecessary process() func from camera monitoring consoles."