]> git.saurik.com Git - cydget.git/commitdiff
Added a reminder regarding iPod controls.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 25 Oct 2010 10:21:14 +0000 (10:21 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 25 Oct 2010 10:21:14 +0000 (10:21 +0000)
CydgetSettings.bundle/Cydget.plist

index 9fb3ceb572117a868816b1a396569db20f50e932..028af541fa301d87ce956abe60c41474be48a910 100644 (file)
@@ -1,10 +1,25 @@
 items = ({
     cell = PSGroupCell;
+    footerText = "Remember: AwayView is the default Apple lock screen: from there you can double-click Home for the iPod control";
 }, {
     cell = PSLinkCell;
     detail = CydgetOrderController;
     icon = LockCydgets.png;
     label = "Lock Cydget Order";
+}, {
+    cell = PSGroupCell;
+    isStaticText = 1;
+    requiredCapabilities = ({
+        wildcat = 0;
+        voip = 0;
+    });
+}, {
+    cell = PSTitleValueCell;
+    label = "AwayView is the Apple default screen: you can use it to access the iPod controls";
+    requiredCapabilities = ({
+        wildcat = 0;
+        voip = 0;
+    });
 });
 
 title = Cydget;