Skip to content

Commit

Permalink
feat: make webgl be default renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Nov 19, 2024
1 parent 8d9e703 commit 30b6bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion addons/settings/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"Renderer Type#!settings.label.terminal.view.rendererType": "渲染方式",
"Specify how to render the terminal#!settings.comments.0.terminal.view.rendererType": "声明如何渲染终端",
"Options: 'dom', 'canvas' or 'webgl'#!settings.comments.1.terminal.view.rendererType": "可选项: 'dom', 'canvas' 或 'webgl'",
"'webgl' has the best performance but may have display flaws#!settings.comments.2.terminal.view.rendererType": "'webgl' 具有最好的性能,但可能在显示效果上有瑕疵",
"Frame Type#!settings.label.terminal.view.frameType": "框架类型",
"Frame type of window#!settings.comments.0.terminal.view.frameType": "窗口的框架类型",
"Options: 'system', 'system-with-menu' or 'immersive'#!settings.comments.1.terminal.view.frameType": "可选项: '系统', '系统(带菜单)' 或 '沉浸式'",
Expand Down
5 changes: 2 additions & 3 deletions resources/settings.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,13 @@
"label": "Renderer Type",
"comments": [
"Specify how to render the terminal",
"Options: 'dom', 'canvas' or 'webgl'",
"'webgl' has the best performance but may have display flaws"
"Options: 'dom', 'canvas' or 'webgl'"
],
"schema": {
"type": "string",
"enum": ["dom", "canvas", "webgl"]
},
"default": "canvas"
"default": "webgl"
},
{
"key": "terminal.view.frameType",
Expand Down

0 comments on commit 30b6bbb

Please sign in to comment.