aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-03-28 22:06:16 +0200
committerGitHub <noreply@github.com>2022-03-28 22:06:16 +0200
commit4749167f26fc8888041e52cf4832f741c4e0e291 (patch)
tree1993271916a8c4a344419ba55a9e487cf7672ff9 /Northstar.Client
parent3e7186801d70e50a9135b897ef572076fe442cf4 (diff)
downloadNorthstarMods-4749167f26fc8888041e52cf4832f741c4e0e291.tar.gz
NorthstarMods-4749167f26fc8888041e52cf4832f741c4e0e291.zip
Fix server browser not being initialized (#278)
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 5b4d11b48..eae1eb941 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
+}