- timeshift: unify config keywords and locales

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-15 23:39:10 +01:00
committed by Thilo Graf
parent d338be9526
commit 6e46005ca0
10 changed files with 63 additions and 41 deletions

View File

@@ -1223,7 +1223,7 @@ void CChannelList::zapToChannel(CZapitChannel *channel, bool force)
}
if(new_zap_mode != 2 /* not active */) {
/* remove recordModeActive from infobar */
if(g_settings.auto_timeshift && !CNeutrinoApp::getInstance()->recordingstatus)
if(g_settings.timeshift_auto && !CNeutrinoApp::getInstance()->recordingstatus)
g_InfoViewer->handleMsg(NeutrinoMessages::EVT_RECORDMODE, 0);
g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );