mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 09:53:36 +02:00
Adapt neutrino-mp for CST hardware part #4
- Add hw_caps.frontend to dboxinfo head
Origin commit data
------------------
Commit: 2f3c97acb3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-15 (Fri, 15 Jan 2016)
This commit is contained in:
@@ -353,6 +353,10 @@ void CDBoxInfoWidget::paint()
|
||||
title += g_info.hw_caps->boxvendor;
|
||||
title += " ";
|
||||
title += g_info.hw_caps->boxname;
|
||||
#if HAVE_COOL_HARDWARE
|
||||
title += " - ";
|
||||
title += g_info.hw_caps->frontend;
|
||||
#endif
|
||||
|
||||
CComponentsHeader header(x, ypos, width, hheight, title, NEUTRINO_ICON_SHELL);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
|
Reference in New Issue
Block a user