Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: config cache testing #53

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const config: Configuration = {
key: 'a380x-dev-4k',
url: 'https://flybywirecdn.com/addons/a380x/master-4k',
alternativeUrls: [],
description: 'Development will have the latest features that will end up in the next stable. ' +
description: 'TEST will have the latest features that will end up in the next stable. ' +
'Although every change is QA-tested, bugs are a little more likely. It updates whenever something is added to ' +
'the \'master\' branch on Github. Please visit our discord for support. \n\n' +
'Includes our 4K downscaled cabin, cockpit and exterior textures. Choose this option for reduced ' +
Expand All @@ -327,7 +327,7 @@ const config: Configuration = {
key: 'a380x-dev-8k',
url: 'https://flybywirecdn.com/addons/a380x/master-8k',
alternativeUrls: [],
description: 'Development will have the latest features that will end up in the next stable. ' +
description: 'TEST will have the latest features that will end up in the next stable. ' +
'Although every change is QA-tested, bugs are a little more likely. It updates whenever something is added to ' +
'the \'master\' branch on Github. Please visit our discord for support. \n\n' +
'* DX11 recommended \n\n' +
Expand Down
Loading