move ci save pin code to each slot menu (but still only valid for slot 0)

Conflicts:
	src/system/settings.h
This commit is contained in:
BPanther
2020-01-18 23:06:12 +01:00
committed by Thilo Graf
parent 05549e1939
commit b78498f806
3 changed files with 19 additions and 12 deletions

View File

@@ -226,6 +226,7 @@ struct SNeutrinoSettings
int infobar_show_channeldesc;
int infobar_subchan_disp_pos;
int infobar_buttons_usertitle;
int fan_speed;
int infobar_show;
int infobar_show_channellogo;
@@ -290,12 +291,13 @@ struct SNeutrinoSettings
int ci_rpr[4];
#endif
int ci_ignore_messages[4];
int ci_save_pincode; // TODO: for each slot
int ci_save_pincode[4];
std::string ci_pincode[4];
int ci_check_live;
int ci_tuner;
int ci_rec_zapto;
int ci_mode;
std::string ci_pincode; // TODO: for each slot
int radiotext_enable;
int webradio_xml_auto;
int webtv_xml_auto;