aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authorx3Karma <juliuslimck@gmail.com>2022-01-04 00:35:23 +0800
committerGitHub <noreply@github.com>2022-01-04 00:35:23 +0800
commit5a2c4993104db1932ad8379a295a49b69aa889a9 (patch)
tree3d4ba314ba57a88805b3910532cb5fd0b0c31c9b /Northstar.Client
parent0fe7ec431c2de4f83c2d6e3663f17f15bf49326d (diff)
parent9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff)
downloadNorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.tar.gz
NorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.zip
Merge branch 'main' into main
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 4842755bc..fbaf12039 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -25,14 +25,13 @@
"DefaultValue": "0"
}
],
- // ui inits need to happen before so our init callbacks get called
"Scripts": [
{
"Path": "ui/menu_ns_modmenu.nut",
"RunOn": "UI",
"UICallback": {
"Before": "AddNorthstarModMenu",
- "After": "AddNorthstarModMenu_MainMenuFooter" // need to do this after, so we add footer after mainmenu init
+ "After": "AddNorthstarModMenu_MainMenuFooter"
}
},
@@ -72,4 +71,4 @@
"Localisation": [
"resource/northstar_client_localisation_%language%.txt"
]
-} \ No newline at end of file
+}