CYConfiguration = {
Homepage = "index.html";
CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$";
- Scrollable = "NO";
+ Scrollable = NO;
};
// if you are not using Cycript, then you should just delete this
CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExamplePlus\\.cydget/.*\\.html$";
- Scrollable = "NO";
+ Scrollable = NO;
MediaControls = YES;
NotificationList = YES;
};
CYConfiguration = {
Homepage = "Welcome.html";
CycriptURLs = "^file:///System/Library/LockCydgets/Welcome\\.cydget/Welcome\\.html$";
- Scrollable = "NO";
+ Scrollable = NO;
MediaControls = YES;
NotificationList = YES;
};