diff options
author | Barichello <artur@barichello.me> | 2022-01-17 19:13:02 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-17 21:21:45 -0300 |
commit | e0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0 (patch) | |
tree | 5a1777a1dfe0756b00f9e8149449363324185e3a /Northstar.Client/mod.json | |
parent | 4c2bf1f7519d1164ea66c806f3c0a056f53c87a5 (diff) | |
download | NorthstarMods-e0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0.tar.gz NorthstarMods-e0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0.zip |
Fix controller prompts
Closes #126
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index fbaf1203..d40d7ed0 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -58,13 +58,16 @@ "Before": "AddNorthstarCustomMatchSettingsCategoryMenu" } }, - { "Path": "ui/menu_ns_custom_match_settings.nut", "RunOn": "UI", "UICallback": { "Before": "AddNorthstarCustomMatchSettingsMenu" } + }, + { + "Path": "ui/controller_prompts.nut", + "RunOn": "UI" } ], |