Browse Source

Fix Apollo text color on 1.10.8

pull/8/head
IntriguingTiles 3 years ago
parent
commit
669e1af982
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      tweak/Apollo.xm

+ 7
- 0
tweak/Apollo.xm View File

return %orig; return %orig;
} }
+ (id)attributedStringFromHTML:(id)arg1 attributes:(id)arg2 compact:(BOOL)arg3 snoomojiMapping:(id)arg4 snoomojiInfo:(id)arg5 {
apolloBodyAttributes = [arg2 copy];
return %orig;
}
%end %end

Loading…
Cancel
Save