Skip to content

Commit

Permalink
fix: add experimental note to webgl setting (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 28, 2020
1 parent efec3fc commit c1b5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const config = configOrder({
properties: {
webgl: {
title: 'WebGL Renderer',
description: 'Enable the WebGL-based renderer using the xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
description: 'Enable the WebGL-based renderer using the **experimental** xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
type: 'boolean',
default: configDefaults.webgl,
profileData: {
Expand Down

0 comments on commit c1b5eae

Please sign in to comment.