Skip to content

Commit 5917aa5

Browse files
committed
New category
1 parent b867226 commit 5917aa5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

config/config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ const config: Configuration = {
1818
key: 'scenery',
1919
title: 'Scenery',
2020
},
21+
{
22+
kind: 'addonCategory',
23+
key: 'msfsfixes',
24+
title: 'MSFS Fix',
25+
},
2126
{
2227
kind: 'addonCategory',
2328
key: 'simbridge',
@@ -344,10 +349,10 @@ const config: Configuration = {
344349
{
345350
name: 'FBW Ingamepanels Checklist Fix',
346351
key: 'checklistfix',
347-
category: '@checklistfix',
352+
category: '@msfsfixes',
348353
repoOwner: 'flybywiresim',
349354
repoName: 'a32nx',
350-
aircraftName: 'Checklist Fix',
355+
aircraftName: 'MSFS Checklist Fix',
351356
titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/dark.svg',
352357
titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/light.svg',
353358
enabled: true,

0 commit comments

Comments
 (0)