Changeset 40455
- Timestamp:
- 05/20/17 19:25:13 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r40446 r40455 486 486 if(rcret == getrcconfigint("rcblue", NULL) && getconfig("bluekey", NULL) == NULL) 487 487 { 488 if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 || checkbox("DM520") == 0 ||checkbox("DM525") == 0)488 if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0) 489 489 rcret = getrcconfigint("rctvradio", NULL); 490 490 else -
titan/titan/skinadjust.h
r40446 r40455 572 572 573 573 #ifdef MIPSEL 574 if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 ||checkbox("DM520") == 0 && checkbox("DM525") == 0)574 if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0) 575 575 setfbosd(); 576 576 #endif
Note: See TracChangeset
for help on using the changeset viewer.