aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
authorBotchedRPR <68894028+BotchedRPR@users.noreply.github.com>2022-06-01 14:17:24 +0200
committerGitHub <noreply@github.com>2022-06-01 14:17:24 +0200
commitc6b59dc449f4a39247b65d7800d04057f2f26be6 (patch)
tree6ce44a39cc98aac41449766db563d35d81ee3d4d /Northstar.Client/mod.json
parent1cd2f6c991fdf3586b12feb58ff9204731b8da5a (diff)
downloadNorthstarMods-c6b59dc449f4a39247b65d7800d04057f2f26be6.tar.gz
NorthstarMods-c6b59dc449f4a39247b65d7800d04057f2f26be6.zip
Display Northstar version on title screen (#346)v1.8.0-rc2
* Create main.menu for showing NS version on title screen * Display Northstar version on main menu. Pulling data from Northstar.Custom, now the version of Northstar is displayed on the main menu, above the Respawn logo. * Get version data from Northstar.Client instead of Northstar.Custom * formatted main.menu
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 667c4aa2d..100681d2e 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -54,6 +54,13 @@
}
},
{
+ "Path": "ui/menu_ns_setversionlabel.nut",
+ "RunOn": "UI",
+ "UICallback": {
+ "After": "NS_SetVersionLabel"
+ }
+ },
+ {
"Path": "presence/ui_presence.nut",
"RunOn": "UI",
"UICallback": {