mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CUserMenuSetup: Activate alphanumeric sort option
This commit is contained in:
@@ -132,7 +132,7 @@ int CUserMenuSetup::showSetup()
|
|||||||
snprintf(text,max_char,"%d.",item+1);
|
snprintf(text,max_char,"%d.",item+1);
|
||||||
text[max_char-1]=0;// terminate for sure
|
text[max_char-1]=0;// terminate for sure
|
||||||
int count = (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) ? USERMENU_ITEM_OPTION_COUNT : USERMENU_ITEM_OPTION_COUNT - 1;
|
int count = (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) ? USERMENU_ITEM_OPTION_COUNT : USERMENU_ITEM_OPTION_COUNT - 1;
|
||||||
ums->addItem(new CMenuOptionChooser(text, &g_settings.usermenu[button][item], USERMENU_ITEM_OPTIONS, count,true, NULL, CRCInput::RC_nokey, "", true ));
|
ums->addItem(new CMenuOptionChooser(text, &g_settings.usermenu[button][item], USERMENU_ITEM_OPTIONS, count,true, NULL, CRCInput::RC_nokey, "", true, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
int res = ums->exec(NULL, "");
|
int res = ums->exec(NULL, "");
|
||||||
|
Reference in New Issue
Block a user