mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-08-05 13:45:23 -07:00
Update configs requiring restart (#43)
This commit is contained in:
+4
-4
@@ -33,9 +33,9 @@ use ":" as level separators.
|
||||
| autoupdate:installonquit | bool | whether to automatically install updates on quit (requires app restart) |
|
||||
| autoupdate:channel | string | the auto update channel "latest" (stable builds), or "beta" (updated more frequently) (requires app restart) |
|
||||
| widget:showhelp | bool | whether to show help/tips widgets in right sidebar |
|
||||
| window:transparent | bool | set to true to enable window transparency (on platform where it is supported) |
|
||||
| window:blur | bool | set to enable window background blurring |
|
||||
| window:opacity | float64 | 0-1, window opacity |
|
||||
| window:transparent | bool | set to true to enable window transparency (macOS and Windows only, requires app restart, see [note on Windows compatibility](https://www.electronjs.org/docs/latest/tutorial/window-customization#limitations)) |
|
||||
| window:blur | bool | set to enable window background blurring (macOS and Windows only, requires app restart, see [note on Windows compatibility](https://www.electronjs.org/docs/latest/tutorial/window-customization#limitations)) |
|
||||
| window:opacity | float64 | 0-1, window opacity when `window:transparent` or `window:blur` are set |
|
||||
| window:bgcolor | string | set the window background color (should be hex: #xxxxxx) |
|
||||
| window:reducedmotion | bool | set to true to disable most animations |
|
||||
| window:tilegapsize | int | set to change override default gap between blocks |
|
||||
@@ -43,7 +43,7 @@ use ":" as level separators.
|
||||
| window:disablehardwareacceleration | bool | set to disable Chromium hardware acceleration to resolve graphical bugs (requires app restart) |
|
||||
| telemetry:enabled | bool | set to enable/disable telemetry |
|
||||
|
||||
For reference this is the current default configuration (v0.8.3):
|
||||
For reference this is the current default configuration (v0.8.8):
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user