diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-03-28 22:06:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 22:06:16 +0200 |
commit | 4749167f26fc8888041e52cf4832f741c4e0e291 (patch) | |
tree | 1993271916a8c4a344419ba55a9e487cf7672ff9 | |
parent | 3e7186801d70e50a9135b897ef572076fe442cf4 (diff) | |
download | NorthstarMods-4749167f26fc8888041e52cf4832f741c4e0e291.tar.gz NorthstarMods-4749167f26fc8888041e52cf4832f741c4e0e291.zip |
Fix server browser not being initialized (#278)
-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 +} |