]> git.saurik.com Git - winterboard.git/blobdiff - WinterBoardSettings.bundle/WinterBoard.plist
Add a confirmation step to the optimization process, and obsolete transparentdock3xtheme.
[winterboard.git] / WinterBoardSettings.bundle / WinterBoard.plist
index e8124bbb8aec1fcf39abf37bbd5372c6d2193c56..5ab206f61adcdb472e4bda1f9d71c06adee45b2d 100644 (file)
@@ -2,7 +2,8 @@
     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;