mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
infobar: rework infobar timeout behavior
Options were sometimes described ambiguously and previous behavior was no longer available. Now the descriptions should be more plausible for current behavior.
This commit is contained in:
@@ -136,7 +136,7 @@ int CLuaInstHintbox::HintboxExec(lua_State *L)
|
||||
neutrino_msg_data_t data;
|
||||
if ( timeout == -1 )
|
||||
timeout = 5; /// default timeout 5 sec
|
||||
//timeout = g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR];
|
||||
//timeout = g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR];
|
||||
|
||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||
|
||||
|
Reference in New Issue
Block a user