summaryrefslogtreecommitdiff
path: root/menuitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.c')
-rw-r--r--menuitem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menuitem.c b/menuitem.c
index f5fbfa7..55a662b 100644
--- a/menuitem.c
+++ b/menuitem.c
@@ -219,6 +219,8 @@ void cNopacityMenuItem::DrawRoundedCorners(tColor borderColor) {
}
void cNopacityMenuItem::DrawChannelLogoBackground(void) {
+ if (!config.GetValue("menuChannelLogoBackground"))
+ return;
int logoWidth = geoManager->menuLogoWidth;
pixmapBackground->DrawRectangle(cRect(4,6,logoWidth-4, height-12), Theme.Color(clrMenuChannelLogoBack));
}