From 4749167f26fc8888041e52cf4832f741c4e0e291 Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Mon, 28 Mar 2022 22:06:16 +0200 Subject: Fix server browser not being initialized (#278) --- Northstar.Client/mod.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 @@ -70,6 +70,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 +} -- cgit v1.2.3