Changeset 32300
- Timestamp:
- 01/11/15 02:01:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r32299 r32300 104 104 if(checkscreen("infobar_v3") != status.skinerr) 105 105 addchoicebox(infobar_sel, "infobar_v3","v3"); 106 setchoiceboxselection(infobar_sel, getskinconfig("infobar selection", NULL));106 setchoiceboxselection(infobar_sel, getskinconfig("infobar_selection", NULL)); 107 107 108 108 addchoicebox(showrecfreesize, "0", _("no")); … … 239 239 addskinconfigscreencheck("OLED_nemesis", oled_sel, "0"); 240 240 241 char* oldinfobar_sel = getskinconfig("infobarselection", NULL); 242 addskinconfigscreencheck("infobarselection", infobar_sel, "0"); 243 if(ostrcmp(oldinfobar_sel,getskinconfig("infobarselection", NULL)) != 0) reboot = 1; 244 //status.infobar_sel = getskinconfig("infobarselection", NULL); 241 char* oldinfobar_sel = getskinconfig("infobar_selection", NULL); 242 addskinconfigscreencheck("infobar_selection", infobar_sel, "0"); 243 if(ostrcmp(oldinfobar_sel,getskinconfig("infobar_selection", NULL)) != 0) reboot = 1; 245 244 246 245 writeskinconfigtmp();
Note: See TracChangeset
for help on using the changeset viewer.