Skip to content

Commit

Permalink
fix: add experimental note to webgl setting
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Aug 25, 2020
1 parent 71fb8ab commit c435eba
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 @@ -254,7 +254,7 @@ export const config = configOrder({
type: 'object',
properties: {
webgl: {
title: 'WebGL Renderer',
title: 'WebGL Renderer ⚠️EXPERIMENTAL⚠️',
description: 'Enable the WebGL-based renderer using the xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl)',
type: 'boolean',
default: configDefaults.webgl,
Expand Down

0 comments on commit c435eba

Please sign in to comment.