]>
Commit | Line | Data |
---|---|---|
224d48e3 | 1 | { |
7c88a3f1 JF |
2 | items = ({ |
3 | cell = PSSwitchCell; | |
4 | key = IconHidden; | |
265e19b2 JF |
5 | default = 0; |
6 | label = "Hide WinterBoard"; | |
7c88a3f1 JF |
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; | |
265e19b2 JF |
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; | |
7c88a3f1 JF |
27 | }, { |
28 | cell = PSLinkCell; | |
29 | detail = WBSThemesController; | |
30 | icon = Themes.png; | |
265e19b2 JF |
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)."; | |
7c88a3f1 JF |
44 | }); |
45 | ||
224d48e3 JF |
46 | title = WinterBoard; |
47 | } |