mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- 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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user