mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Neutrino menu forwarder: add possibility to show value from jump target
based on idea by martii <m4rtii@gmx.de> in Neutrino-MP Git
This commit is contained in:
committed by
svenhoefer
parent
0a195c7c48
commit
7d04113307
@@ -1789,11 +1789,11 @@ const char * CMenuForwarder::getOption(void)
|
||||
{
|
||||
if (option)
|
||||
return option;
|
||||
else
|
||||
if (option_string)
|
||||
return option_string->c_str();
|
||||
else
|
||||
return NULL;
|
||||
if (option_string)
|
||||
return option_string->c_str();
|
||||
if (jumpTarget)
|
||||
return jumpTarget->getTargetValue();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char * CMenuForwarder::getName(void)
|
||||
|
Reference in New Issue
Block a user