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