mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
user-menu: avoid empty headers in user-menu
Origin commit data
------------------
Commit: 7df613a1c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-20 (Wed, 20 Dec 2017)
Origin message was:
------------------
- user-menu: avoid empty headers in user-menu
This commit is contained in:
@@ -171,6 +171,8 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
|
||||
std::string txt = g_settings.usermenu[button]->title;
|
||||
if (button < COL_BUTTONMAX && txt.empty())
|
||||
txt = g_Locale->getText(user_menu[button].caption);
|
||||
if (txt.empty())
|
||||
txt = g_Locale->getText(LOCALE_USERMENU_HEAD);
|
||||
|
||||
CMenuWidget *menu = new CMenuWidget(txt, (button < COL_BUTTONMAX) ? user_menu[button].menu_icon_def : "", width);
|
||||
if (menu == NULL)
|
||||
|
Reference in New Issue
Block a user