Fix error when toggling session GUI

A typo caused errors when toggling the in-game UI with the hotkey,
because GetGUIObjectByName failed. The issue was introduced in
64de934dd3.
This commit is contained in:
Vantha 2026-04-02 10:36:31 +02:00 committed by Vantha
parent 9ff42ccae6
commit 56a98fa5ee

View file

@ -124,7 +124,7 @@
<include file="gui/session/cinema/CinemaOverlay.xml"/>
<!-- Objects that make sense to sometimes still show while the primary overlays are hidden. -->
<object name="supplimentaryOverlays">
<object name="supplementaryOverlays">
<include file="gui/session/NetworkStatusOverlay.xml"/>
<include file="gui/session/NetworkDelayOverlay.xml"/>
<include file="gui/session/PauseOverlay.xml"/>