diff options
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 5b4d11b4..eae1eb94 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -71,6 +71,13 @@ "Path": "ui/menu_ns_serverbrowser.nut", "RunOn": "UI", "UICallback": { + "Before": "AddNorthstarServerBrowserMenu" + } + }, + { + "Path": "ui/menu_ns_connect_password.nut", + "RunOn": "UI", + "UICallback": { "Before": "AddNorthstarConnectWithPasswordMenu" } }, @@ -96,4 +103,4 @@ "Localisation": [ "resource/northstar_client_localisation_%language%.txt" ] -}
\ No newline at end of file +} |