Link to a website we control rather than directly to Nvidia's knowledge base

This commit is contained in:
Cameron Gutman
2023-09-29 01:27:33 -05:00
parent 043bf735e8
commit a46e7fa100

View File

@@ -418,7 +418,7 @@ BOOL isCustomResolution(CGSize res) {
} }
- (void)resolutionDisplayViewTapped:(UITapGestureRecognizer *)sender { - (void)resolutionDisplayViewTapped:(UITapGestureRecognizer *)sender {
NSURL *url = [NSURL URLWithString:@"https://nvidia.custhelp.com/app/answers/detail/a_id/759/~/custom-resolutions"]; NSURL *url = [NSURL URLWithString:@"https://moonlight-stream.org/custom-resolution"];
if ([[UIApplication sharedApplication] canOpenURL:url]) { if ([[UIApplication sharedApplication] canOpenURL:url]) {
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil]; [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
} }