From dfcd5a901e038b7fad8db5d336399331bc87a848 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 13 Apr 2022 23:42:40 +0200 Subject: Open wiki link in external browser (#297) --- Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut') diff --git a/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut b/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut index fb4dfcd99..171ee7dce 100644 --- a/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut +++ b/Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut @@ -926,7 +926,7 @@ void function SpotlightButton_Activate( var button ) else { // discord links don't work in origin overlay - if ( link.find( "https://discord.gg" ) == 0 || link == "https://northstar.tf/discord" ) + if ( link.find( "https://discord.gg" ) == 0 || link == "https://northstar.tf/discord" || link == "https://northstar.tf/wiki" ) LaunchExternalWebBrowser( link, WEBBROWSER_FLAG_FORCEEXTERNAL ) else LaunchExternalWebBrowser( link, WEBBROWSER_FLAG_MUTEGAME ) -- cgit v1.2.3