1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 21:46:48 +00:00
This commit is contained in:
Burrit0z
2020-05-20 18:58:19 -04:00
parent 5f8b36d198
commit b461e525f5
7 changed files with 38 additions and 21 deletions

View File

@ -70,13 +70,13 @@ NSBundle *tweakBundle;
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.burritoz.kaiprefs/reload"), nil, nil, true);
UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Kai"
message:@"Your settings have been applied. You can now go back to your lockscreen (CoverSheet) to see the changes."
message:@"Your settings have been applied. You can now go back to your lockscreen (CoverSheet) to see the changes. \n Note the option to put kai below music requires a respring."
preferredStyle:UIAlertControllerStyleAlert];
UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"Amazing!" style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {}];
[alert addAction:defaultAction];
[self presentViewController:alert animated:YES completion:nil];
}

View File

@ -132,6 +132,18 @@
<string>Right</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>key</key>
<string>belowMusic</string>
<key>label</key>
<string>Show kai Below Music</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -232,17 +244,17 @@
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Glyph Size (35)</string>
<string>Glyph Size (30)</string>
</dict>
<dict>
<key>default</key>
<real>35</real>
<real>30</real>
<key>cell</key>
<string>PSSliderCell</string>
<key>min</key>
<real>10</real>
<key>max</key>
<real>100</real>
<real>60</real>
<key>isSegmented</key>
<false/>
<key>showValue</key>