Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
🐛 Hide shadow spot if clock disabled - Fixes #727
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Feb 12, 2023
1 parent 2c1c822 commit 82bf11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/DialogSeekBar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<include condition="!VideoPlayer.IsFullscreen">OSD_MusicSeekBar</include>

<!-- Clock -->
<include content="Object_ShadowSpot">
<include content="Object_ShadowSpot" condition="!Skin.HasSetting(Furniture.DisableRightHeader)">
<include>Dimension_ClockShadow</include>
</include>
<include content="Furniture_Top_Right">
Expand Down

0 comments on commit 82bf11b

Please sign in to comment.