aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-04-13 23:42:40 +0200
committerGitHub <noreply@github.com>2022-04-13 23:42:40 +0200
commitdfcd5a901e038b7fad8db5d336399331bc87a848 (patch)
tree9d518c36c9cd535b966474f09ef8b56262facb14 /Northstar.Client
parent3aff1ab6d7649d9729ebad47b7251ebd24c2f917 (diff)
downloadNorthstarMods-dfcd5a901e038b7fad8db5d336399331bc87a848.tar.gz
NorthstarMods-dfcd5a901e038b7fad8db5d336399331bc87a848.zip
Open wiki link in external browser (#297)
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod/scripts/vscripts/ui/panel_mainmenu.nut2
1 files changed, 1 insertions, 1 deletions
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 )