add toggle to hide already-installed modpacks (#6917)

* add toggle to hide already-installed modpacks, on by default

* make false by default
This commit is contained in:
Prospector
2026-07-29 17:54:21 +00:00
committed by GitHub
parent 39745086fa
commit 9ccaab5fad
4 changed files with 98 additions and 28 deletions
+1
View File
@@ -17,6 +17,7 @@ export const DEFAULT_FEATURE_FLAGS = {
show_instance_play_time: true,
advanced_filters_collapsed: true,
always_show_copy_details: false,
hide_installed_modpacks: false,
}
export const THEME_OPTIONS = ['dark', 'light', 'oled', 'retro', 'system'] as const