From ee23625a53495f98a4f9014560477f59f16ee344 Mon Sep 17 00:00:00 2001 From: Mia <49593536+mia-pi-git@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:36:46 -0500 Subject: [PATCH] Update js/client-mainmenu.js Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com> --- js/client-mainmenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/client-mainmenu.js b/js/client-mainmenu.js index a334f9cfa1..8d3db29c6d 100644 --- a/js/client-mainmenu.js +++ b/js/client-mainmenu.js @@ -1235,8 +1235,8 @@ // avoiding that decision for now because it requires either an ugly hack // or an overhaul of BattleFormats. this.open = Storage.prefs('openformats') || { - "S/V Singles": true, "S/V Doubles": true, "National Dex": true, - "OM of the Month": true, "Randomized Format Spotlight": true, "RoA Spotlight": true, + "S/V Singles": true, "S/V Doubles": true, "National Dex": true, "OM of the Month": true, + "Other Metagames": true, "Randomized Format Spotlight": true, "RoA Spotlight": true, }; } if (!this.search) this.search = "";