mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Remove not working hotkeys from setup menu.
This commit is contained in:
parent
b5162bae5c
commit
3bb7782d40
@ -566,7 +566,7 @@ inline cOsdItem *cMenuSetupSoft::CollapsedItem(const char *label, int &flag,
|
|||||||
cOsdItem *item;
|
cOsdItem *item;
|
||||||
|
|
||||||
item =
|
item =
|
||||||
new cMenuEditBoolItem(hk(cString::sprintf("* %s", label)), &flag,
|
new cMenuEditBoolItem(cString::sprintf("* %s", label), &flag,
|
||||||
msg ? msg : tr("show"), tr("hide"));
|
msg ? msg : tr("show"), tr("hide"));
|
||||||
|
|
||||||
return item;
|
return item;
|
||||||
@ -616,9 +616,6 @@ void cMenuSetupSoft::Create(void)
|
|||||||
current = Current(); // get current menu item index
|
current = Current(); // get current menu item index
|
||||||
Clear(); // clear the menu
|
Clear(); // clear the menu
|
||||||
|
|
||||||
// FIXME: support this:
|
|
||||||
SetHasHotkeys();
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// general
|
// general
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user