mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 13:46:47 +00:00
🇫🇷
This commit is contained in:
@ -114,9 +114,9 @@ long long lastPercentage;
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
int height = (self.number * (bannerHeight + spacing));
|
int height = (self.number * (bannerHeight + spacing));
|
||||||
if([self.superview.subviews count]>1) {
|
//if([self.superview.subviews count]>1) {
|
||||||
height = (self.number * (bannerHeight + spacing)) - spacing;
|
// height = (self.number * (bannerHeight + spacing)) - spacing;
|
||||||
}
|
//}
|
||||||
self.heightConstraint.constant = height;
|
self.heightConstraint.constant = height;
|
||||||
|
|
||||||
UIStackView *s = (UIStackView *)(self.superview);
|
UIStackView *s = (UIStackView *)(self.superview);
|
||||||
|
5
kai.sh
Normal file
5
kai.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
rm -f /opt/simject/kai.dylib
|
||||||
|
cp -v .dragon/_/Library/MobileSubstrate/DynamicLibraries/kai.dylib /opt/simject/kai.dylib
|
||||||
|
codesign -f -s - /opt/simject/kai.dylib
|
||||||
|
cp -v .dragon/_/Library/MobileSubstrate/DynamicLibraries/kai.plist /opt/simject
|
||||||
|
/Users/carsonzielinski/simject/bin/resim
|
Reference in New Issue
Block a user