PluginState: Update comment

This commit is contained in:
Torkel Ödegaard 2021-01-10 20:05:28 +01:00 committed by GitHub
parent ba158e72df
commit 7ca66b2040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import { LiveChannelSupport } from './live';
export enum PluginState { export enum PluginState {
alpha = 'alpha', // Only included if `enable_alpha` config option is true alpha = 'alpha', // Only included if `enable_alpha` config option is true
beta = 'beta', // Will show a warning banner beta = 'beta', // Will show a warning banner
stable = 'stable', // Will show a warning banner stable = 'stable', // Will not show anything
deprecated = 'deprecated', // Will continue to work -- but not show up in the options to add deprecated = 'deprecated', // Will continue to work -- but not show up in the options to add
} }