💡 comments + gitignore
This commit is contained in:
parent
9d24598579
commit
8946dc79f2
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
packages/
|
||||
.theos/
|
4
Tweak.x
4
Tweak.x
|
@ -7,7 +7,7 @@
|
|||
// 888 888 888 888 888 888 888 888 888 888 888 888 888 "88b 888
|
||||
// 888 888 "Y888888 888 888 "Y888888 888 888 "Y888888 888 888 888
|
||||
//
|
||||
// (c) lillian rose winter 2019, all rights reserved or whateva
|
||||
// (c) lillian rose winter 2019-2020 all rights reserved or whateva
|
||||
|
||||
#import "Headers.h"
|
||||
|
||||
|
@ -18,6 +18,8 @@ NSString *ctaText = @"hanahaki"; //this is for the custom CTA
|
|||
- (BOOL)isSettingOn:(NSString *)keyStr;
|
||||
@end
|
||||
|
||||
// grabs preferences
|
||||
|
||||
%new
|
||||
- (BOOL)isSettingOn:(NSString *)keyStr {
|
||||
const char *keyStrC = [keyStr cStringUsingEncoding:NSUTF8StringEncoding];
|
||||
|
|
Loading…
Reference in a new issue