Skip to content

Commit c2a17e7

Browse files
authored
fix typo in docs, set disablewebgl to true to disable (#3246)
1 parent 6316093 commit c2a17e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ wsh editconfig
6060
| conn:localhostdisplayname <VersionBadge version="v0.14" /> | string | override the display name for localhost in the UI (e.g., set to "My Laptop" or "Local", or set to empty string to hide the name) |
6161
| term:fontsize | float | the fontsize for the terminal block |
6262
| term:fontfamily | string | font family to use for terminal block |
63-
| term:disablewebgl | bool | set to false to disable WebGL acceleration in terminal |
63+
| term:disablewebgl | bool | set to true to disable WebGL acceleration in terminal (default false) |
6464
| term:localshellpath | string | set to override the default shell path for local terminals |
6565
| term:localshellopts | string[] | set to pass additional parameters to the term:localshellpath (example: `["-NoLogo"]` for PowerShell will remove the copyright notice) |
6666
| term:copyonselect | bool | set to false to disable terminal copy-on-select |

0 commit comments

Comments
 (0)