mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- channellist: allow to show resolution icons
Conflicts: data/locale/deutsch.locale data/locale/english.locale src/system/locals.h src/system/locals_intern.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -747,6 +747,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
g_settings.channellist_show_channellogo = configfile.getInt32("channellist_show_channellogo", 1);
|
||||
g_settings.channellist_show_infobox = configfile.getInt32("channellist_show_infobox", 1);
|
||||
g_settings.channellist_show_numbers = configfile.getInt32("channellist_show_numbers", 1);
|
||||
g_settings.channellist_show_res_icon = configfile.getInt32("channellist_show_res_icon", 0);
|
||||
|
||||
//screen configuration
|
||||
g_settings.osd_resolution = (osd_resolution_tmp == -1) ? configfile.getInt32("osd_resolution", 0) : osd_resolution_tmp;
|
||||
@@ -1440,6 +1441,7 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
configfile.setInt32("channellist_show_channellogo", g_settings.channellist_show_channellogo);
|
||||
configfile.setInt32("channellist_show_infobox", g_settings.channellist_show_infobox);
|
||||
configfile.setInt32("channellist_show_numbers", g_settings.channellist_show_numbers);
|
||||
configfile.setInt32("channellist_show_res_icon", g_settings.channellist_show_res_icon);
|
||||
|
||||
//screen configuration
|
||||
configfile.setInt32("osd_resolution" , COsdHelpers::getInstance()->g_settings_osd_resolution_save);
|
||||
|
Reference in New Issue
Block a user