X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/7c88a3f1e2c7b332f39a544e26f022416b794098..43fd3a0b09fc408656c2cacf836850d68f1a0cfe:/WinterBoardSettings.bundle/WinterBoard.plist diff --git a/WinterBoardSettings.bundle/WinterBoard.plist b/WinterBoardSettings.bundle/WinterBoard.plist index e8124bb..5ab206f 100644 --- a/WinterBoardSettings.bundle/WinterBoard.plist +++ b/WinterBoardSettings.bundle/WinterBoard.plist @@ -2,7 +2,8 @@ items = ({ cell = PSSwitchCell; key = IconHidden; - label = "Hide Application"; + default = 0; + label = "Hide WinterBoard"; }, { cell = PSGroupCell; isStaticText = true; @@ -11,11 +12,41 @@ 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;