Update configs requiring restart (#43)

This commit is contained in:
Evan Simkowitz
2024-10-03 11:15:13 -07:00
committed by GitHub
parent 0df11d69e9
commit acbc2be6cf
+4 -4
View File
@@ -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
{