items = ({
cell = PSSwitchCell;
key = IconHidden;
- label = "Hide Application";
+ default = 0;
+ label = "Hide WinterBoard";
}, {
cell = PSGroupCell;
isStaticText = true;
label = "WinterBoard can also be found under the normal iPhone OS Settings application.";
}, {
cell = PSGroupCell;
+ }, {
+ cell = PSSwitchCell;
+ key = Debug;
+ default = 0;
+ label = "Debug Logging";
+ }, {
+ cell = PSSwitchCell;
+ key = SummerBoard;
+ default = 1;
+ label = "SummerBoard Mode";
+ }, {
+ cell = PSGroupCell;
+ isStaticText = true;
+ }, {
+ cell = PSTitleValueCell;
+ label = "Most themes are ancient/slow, designed\nfor SummerBoard, not WinterBoard.";
+ }, {
+ cell = PSGroupCell;
}, {
cell = PSLinkCell;
detail = WBSThemesController;
icon = Themes.png;
- label = Themes;
+ label = "Select Themes";
+ }, {
+ cell = PSGroupCell;
+ }, {
+ cell = PSButtonCell;
+ action = optimizeThemes;
+ label = "Optimize Themes (v1.0)";
+ }, {
+ cell = PSGroupCell;
+ isStaticText = true;
+ }, {
+ cell = PSTitleValueCell;
+ label = "iPhone-optimize PNGs (for speed).";
});
title = WinterBoard;