diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2024-09-10 23:43:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 23:43:36 +0200 |
commit | 525f671513eb3f80775399ba34a879b528d9a7a4 (patch) | |
tree | 2d36b73fd096708ec974ed1041eeab6cea9834ff /Northstar.Client/mod.json | |
parent | e2931190f9b37fc4ec171cd348d85eb96ed591a3 (diff) | |
download | NorthstarMods-525f671513eb3f80775399ba34a879b528d9a7a4.tar.gz NorthstarMods-525f671513eb3f80775399ba34a879b528d9a7a4.zip |
Rework mode select menu (#624)v1.28.0-rc5v1.28.0
Turns mode list from page based into a scrollable list that is categorised and supports filtering.
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 44937a2b..0d0cfc16 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -46,6 +46,10 @@ "Name": "modlist_reverse", "DefaultValue": "0", "Flags": "ARCHIVE_PLAYERPROFILE" + }, + { + "Name": "modemenu_mode_filter", + "DefaultValue": "-1" } ], "Scripts": [ |