mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Link to a website we control rather than directly to Nvidia's knowledge base
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user