diff options
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 667c4aa2..100681d2 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": { |