Skip to content

Commit daf0011

Browse files
committed
[PR 12742] Disable top bar overlay (file name and time) in Game OSD
1 parent 2b18e13 commit daf0011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<window type="dialog" id="1109">
3-
<visible>Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)</visible>
3+
<visible>[Window.IsActive(fullscreenvideo) + !Player.HasGame] | Window.IsActive(visualisation)</visible>
44
<visible>Window.IsActive(seekbar) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide)</visible>
55
<depth>DepthOSD</depth>
66
<include>Animation_TopSlide</include>

0 commit comments

Comments
 (0)