mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user