mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Remove releases/latest url (Settings)
I updated it since IPAs are no longer in the releases tab on GitHub. Better way to resolve this is just it does nothing when pressing it.
This commit is contained in:
parent
e13bcd470b
commit
8a7bc73881
1 changed files with 2 additions and 2 deletions
|
|
@ -74,14 +74,14 @@ extern NSBundle *uYouPlusBundle();
|
|||
// SECTION_HEADER(LOC(@"ABOUT"));
|
||||
|
||||
YTSettingsSectionItem *version = [%c(YTSettingsSectionItem)
|
||||
itemWithTitle:LOC(@"VERSION")
|
||||
itemWithTitle:LOC(@"uYouEnhanced")
|
||||
titleDescription:nil
|
||||
accessibilityIdentifier:nil
|
||||
detailTextBlock:^NSString *() {
|
||||
return VERSION_STRING;
|
||||
}
|
||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
return [%c(YTUIUtils) openURL:[NSURL URLWithString:@"https://github.com/arichornlover/uYouEnhanced/releases/latest"]];
|
||||
return [%c(YTUIUtils) openURL:[NSURL URLWithString:@""]];
|
||||
}
|
||||
];
|
||||
[sectionItems addObject:version];
|
||||
|
|
|
|||
Loading…
Reference in a new issue