- strip g_settings.recording_type from unused stuff

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	data/locale/slovak.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-04-27 22:17:42 +02:00
committed by Thilo Graf
parent 1343c26d5e
commit 74ee83bd4f
12 changed files with 49 additions and 70 deletions

View File

@@ -1895,7 +1895,7 @@ void CChannelList::paintButtonBar(bool is_current)
}
if (i == 4) {
//manage record button
if (g_settings.recording_type == RECORDING_OFF)
if (g_settings.recording_type == CNeutrinoApp::RECORDING_OFF)
continue;
if (IS_WEBCHAN(channel_id))
continue;