diff options
author | x3Karma <juliuslimck@gmail.com> | 2022-01-04 00:35:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 00:35:23 +0800 |
commit | 5a2c4993104db1932ad8379a295a49b69aa889a9 (patch) | |
tree | 3d4ba314ba57a88805b3910532cb5fd0b0c31c9b /Northstar.Client | |
parent | 0fe7ec431c2de4f83c2d6e3663f17f15bf49326d (diff) | |
parent | 9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff) | |
download | NorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.tar.gz NorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.zip |
Merge branch 'main' into main
Diffstat (limited to 'Northstar.Client')
-rw-r--r-- | Northstar.Client/mod.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 4842755b..fbaf1203 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 +} |