From 525f671513eb3f80775399ba34a879b528d9a7a4 Mon Sep 17 00:00:00 2001 From: F1F7Y <64418963+F1F7Y@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:43:36 +0200 Subject: Rework mode select menu (#624) Turns mode list from page based into a scrollable list that is categorised and supports filtering. --- Northstar.Client/mod.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Northstar.Client/mod.json') diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 44937a2b0..0d0cfc169 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": [ -- cgit v1.2.3