From 7e99ba39e91f8bb181cefc27f1083669ade86ff5 Mon Sep 17 00:00:00 2001 From: Foxster Date: Sun, 21 Apr 2024 18:19:07 -0700 Subject: [PATCH] Fix bug report URL --- Sources/uYouPlusSettings.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 4dd2284..86530f3 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -67,7 +67,7 @@ extern NSBundle *uYouPlusBundle(); selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) { NSString *url = [NSString stringWithFormat:UYOUPLUS_NEW_ISSUE_URL, VERSION_STRING, LOC(@"ADD_TITLE")]; - return [%c(YTUIUtils) openURL:[NSURL URLWithString:[url stringByReplacingOccurrencesOfString:@" " withString:@"%20"]]]; + return [%c(YTUIUtils) openURL:[NSURL URLWithString:url]]; } ]; [sectionItems addObject:bug];