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

Commit

Permalink
possible fix for properties reseting - #89
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 7, 2022
1 parent 65d5881 commit debbdee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1080i/Custom_1198_Startup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<window type="window" id="1198">

<!-- Set default settings -->
<onload condition="String.IsEmpty(BackgroundStyle)">Skin.SetString(BackgroundStyle,Fanart)</onload>
<onload condition="String.IsEmpty(ForegroundStyle)">Skin.SetString(ForegroundStyle,None)</onload>
<onload condition="String.IsEmpty(DividerStyle)">Skin.SetString(DividerStyle,Fade)</onload>
<onload condition="String.IsEmpty(Skin.String(BackgroundStyle))">Skin.SetString(BackgroundStyle,Fanart)</onload>
<onload condition="String.IsEmpty(Skin.String(ForegroundStyle))">Skin.SetString(ForegroundStyle,None)</onload>
<onload condition="String.IsEmpty(Skin.String(DividerStyle))">Skin.SetString(DividerStyle,Fade)</onload>

<!-- Start TMDbH service -->
<onload condition="String.IsEmpty(Window(Home).Property(ReloadDone))">Skin.SetBool(TMDbHelper.Service)</onload>
Expand Down

0 comments on commit debbdee

Please sign in to comment.