Skip to content

Commit cd658d8

Browse files
committed
Images tests
1 parent 5917aa5 commit cd658d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const config: Configuration = {
2020
},
2121
{
2222
kind: 'addonCategory',
23-
key: 'msfsfixes',
24-
title: 'MSFS Fix',
23+
key: 'other',
24+
title: 'Other',
2525
},
2626
{
2727
kind: 'addonCategory',
@@ -349,18 +349,18 @@ const config: Configuration = {
349349
{
350350
name: 'FBW Ingamepanels Checklist Fix',
351351
key: 'checklistfix',
352-
category: '@msfsfixes',
352+
category: '@other',
353353
repoOwner: 'flybywiresim',
354354
repoName: 'a32nx',
355355
aircraftName: 'MSFS Checklist Fix',
356-
titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/dark.svg',
357-
titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/fbw-simbridge/light.svg',
356+
titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/checklist-fix/dark.svg',
357+
titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/checklist-fix/light.svg',
358358
enabled: true,
359-
backgroundImageUrls: ['https://flybywiresim.b-cdn.net/installer/media-assets/addon-headers/fbw-simbridge/0.png'],
359+
backgroundImageUrls: ['https://flybywiresim.b-cdn.net/installer/media-assets/addon-headers/checklist-fix/checklist-fix-14.png'],
360360
backgroundImageShadow: false,
361361
shortDescription: 'Checklist Fix',
362-
description: 'This is a fix mod to a bug in the MSFS ingamepanels for checklists. As this mod will impact' +
363-
'all aircraft it has been made as a separate mod so users can uninstall it when issues arise.',
362+
description: 'This mod fixes a bug in the MSFS toolbar panel for checklists. As this mod will impact ' +
363+
'all aircraft in the sim it is provided as an optional separate mod so it can be uninstalled when issues arise.',
364364
targetDirectory: 'flybywire-ingamepanels-checklist-fix',
365365
tracks: [
366366
{
@@ -372,8 +372,8 @@ const config: Configuration = {
372372
},
373373
url: 'http://flybywirecdn.com/addons/ingamepanels-checklist-fix/master/',
374374
isExperimental: false,
375-
description: 'This is a fix mod to a bug in the MSFS ingamepanels for checklists. As this mod will impact' +
376-
'all aircraft it has been made as a separate mod so users can uninstall it when issues arise.',
375+
description: 'This mod fixes a bug in the MSFS toolbar panel for checklists. As this mod will impact ' +
376+
'all aircraft in the sim it is provided as an optional separate mod so it can be uninstalled when issues arise.',
377377
},
378378
],
379379
disallowedRunningExternalApps: ['@/msfs'],

0 commit comments

Comments
 (0)