mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CTMDB: use tmdb logo in menu header
Precondition is a current logo with maatching dimensions. see: https://www.themoviedb.org/about/logos-attribution
This commit is contained in:
@@ -258,7 +258,7 @@ void CTMDB::selectResult(Json::Value elements, int results, int &use_result)
|
|||||||
|
|
||||||
int select = 0;
|
int select = 0;
|
||||||
|
|
||||||
CMenuWidget *m = new CMenuWidget(LOCALE_TMDB_READ_DATA, NEUTRINO_ICON_SETTINGS);
|
CMenuWidget *m = new CMenuWidget(LOCALE_TMDB_READ_DATA, NEUTRINO_ICON_TMDB);
|
||||||
CMenuSelectorTarget *selector = new CMenuSelectorTarget(&select);
|
CMenuSelectorTarget *selector = new CMenuSelectorTarget(&select);
|
||||||
|
|
||||||
// we don't show introitems, so we add a separator for a smoother view
|
// we don't show introitems, so we add a separator for a smoother view
|
||||||
|
Reference in New Issue
Block a user