From 95e640ba27b9229928604641379b53fba6c72e9d Mon Sep 17 00:00:00 2001 From: angie Date: Sun, 18 Jun 2023 11:39:23 -0400 Subject: [PATCH] Remove archives column from MM assets graph --- src/assets/json/games.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/assets/json/games.json b/src/assets/json/games.json index 707693d..398602a 100644 --- a/src/assets/json/games.json +++ b/src/assets/json/games.json @@ -99,10 +99,6 @@ "metric": "Assets", "description": "{0} / {1} bytes of all assets ({2}%)" }, - { - "metric": "Archives", - "description": "{0} / {1} bytes of archived assets ({2}%)" - }, { "metric": "Audio", "description": "{0} / {1} bytes of audio assets ({2}%)" @@ -191,4 +187,4 @@ "progressMeta": [ ] } -] \ No newline at end of file +]