]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | items = ({ | |
3 | cell = PSSwitchCell; | |
4 | key = IconHidden; | |
5 | default = 0; | |
6 | label = "Hide WinterBoard"; | |
7 | }, { | |
8 | cell = PSGroupCell; | |
9 | isStaticText = true; | |
10 | }, { | |
11 | cell = PSTitleValueCell; | |
12 | label = "WinterBoard can also be found under the normal iPhone OS Settings application."; | |
13 | }, { | |
14 | cell = PSGroupCell; | |
15 | }, { | |
16 | cell = PSSwitchCell; | |
17 | key = SummerBoard; | |
18 | default = 1; | |
19 | label = "SummerBoard Mode"; | |
20 | }, { | |
21 | cell = PSSwitchCell; | |
22 | key = Debug; | |
23 | default = 0; | |
24 | label = "Debug Logging"; | |
25 | }, { | |
26 | cell = PSGroupCell; | |
27 | }, { | |
28 | cell = PSLinkCell; | |
29 | detail = WBSThemesController; | |
30 | icon = Themes.png; | |
31 | label = "Select Themes"; | |
32 | }, { | |
33 | cell = PSGroupCell; | |
34 | }, { | |
35 | cell = PSButtonCell; | |
36 | action = optimizeThemes; | |
37 | label = "Optimize Themes (v1.0)"; | |
38 | }, { | |
39 | cell = PSGroupCell; | |
40 | isStaticText = true; | |
41 | }, { | |
42 | cell = PSTitleValueCell; | |
43 | label = "iPhone-optimize PNGs (for speed).\n\nPlease note that this setting /replaces/ the PNG files that came with the theme. PNG files that have been iPhone-optimized cannot be viewed on a normal computer unless they are first deoptimized. You can use Cydia to reinstall themes that have been optimized in order to revert to the originals."; | |
44 | }); | |
45 | ||
46 | title = WinterBoard; | |
47 | } |