Skip to content

Commit 63e4058

Browse files
authored
fix: hide ai images entrypoint during story creation
1 parent a8ba250 commit 63e4058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Features/General/HideMetaAI.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ sponsoredSupportConfiguration:(id)supportConfig
401401
NSLog(@"[SCInsta] Hiding meta ai: ai images add to story suggestion");
402402

403403
if ([SCIUtils getBoolPref:@"hide_meta_ai"]) {
404-
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"NOT (SELF IN %@)", @[ @(10), @(11) ]];
404+
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"NOT (SELF IN %@)", @[ @(9), @(10), @(11) ]];
405405
newTools = [tools filteredArrayUsingPredicate:predicate];
406406
}
407407

0 commit comments

Comments
 (0)