Add GameStream EOL notice for GFE PCs

This commit is contained in:
Cameron Gutman
2023-02-20 23:01:08 -06:00
parent 6550deedbb
commit eb2fc7af40
3 changed files with 18 additions and 0 deletions
@@ -44,4 +44,8 @@ public class HelpLauncher {
public static void launchTroubleshooting(Context context) {
launchUrl(context, "https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting");
}
public static void launchGameStreamEolFaq(Context context) {
launchUrl(context, "https://github.com/moonlight-stream/moonlight-docs/wiki/NVIDIA-GameStream-End-Of-Service-Announcement-FAQ");
}
}