disable recent game scores for NFL, NCAA FB

This commit is contained in:
Chuck
2025-07-21 17:29:48 -05:00
parent 0a109e460f
commit 0909523ba2

View File

@@ -183,7 +183,7 @@
"show_records": true,
"display_modes": {
"nfl_live": true,
"nfl_recent": true,
"nfl_recent": false,
"nfl_upcoming": true
}
},
@@ -202,7 +202,7 @@
"show_records": true,
"display_modes": {
"ncaa_fb_live": true,
"ncaa_fb_recent": true,
"ncaa_fb_recent": false,
"ncaa_fb_upcoming": true
}
},