Skip to content

Commit

Permalink
[LCD4Linux]
Browse files Browse the repository at this point in the history
* add ScreenSummary
  • Loading branch information
jbleyel committed Dec 13, 2023
1 parent 24c4e06 commit d2fb353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LCD4linux/src/data/skin_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<screen name="SimpleSummary" position="fill" id="3">
<panel name="SummaryTemplate" />
</screen>
<!--ScreenSummary-->
<screen name="ScreenSummary" position="fill" id="3">
<panel name="SummaryTemplate" />
</screen>
<!--ChannelSelectionRadio_summary-->
<screen name="ChannelSelectionRadio_summary" position="fill" id="3">
<panel name="SummaryTemplate" />
Expand Down
2 changes: 1 addition & 1 deletion LCD4linux/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
OSDon = 0
OSDtimer = -5
OSDdontshow = ["LCD4linux Settings", "Virtual Zap", "InfoBar", "Infobar", "SecondInfoBar", "FanControl2", "Mute", "LCD Text", "UnhandledKey", "QuickZap", "Volume", "PVRState"]
OSDdontskin = ["LCDdisplayFile", "VirtualZap", "InfoBar", "Infobar", "InfoBarSummary", "PictureInPicture", "SimpleSummary", "TimeshiftState", "InfoScreen", "Standby", "EMCMediaCenter", "InfoBarMoviePlayerSummary", "PVRState", "ResolutionLabel", "WidgetBackground", "camodogFSScreen2", "camodogFSmini"]
OSDdontskin = ["LCDdisplayFile", "VirtualZap", "InfoBar", "Infobar", "InfoBarSummary", "PictureInPicture", "SimpleSummary", "ScreenSummary", "TimeshiftState", "InfoScreen", "Standby", "EMCMediaCenter", "InfoBarMoviePlayerSummary", "PVRState", "ResolutionLabel", "WidgetBackground", "camodogFSScreen2", "camodogFSmini"]
wwwWetter = ["", ""]
WetterTypeX = ["", ""]
WetterZoomX = [0, 0]
Expand Down

0 comments on commit d2fb353

Please sign in to comment.