You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window:autohidetabsbar --> window:autohidetabbar
added invisible tab bar above and made it visible on hover using
mouseenter and invisible mouseleave
docs updated
css updated
Copy file name to clipboardexpand all lines: docs/docs/config.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ wsh editconfig
68
68
| window:magnifiedblockblursecondarypx | int | change the blur in CSS pixels that is applied to the visible portions of non-magnified blocks when a block is magnified (see [backdrop-filter](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter) for more info on how this gets applied) |
69
69
| window:maxtabcachesize | int | number of tabs to cache. when tabs are cached, switching between them is very fast. (defaults to 10) |
70
70
| window:showmenubar | bool | set to use the OS-native menu bar (Windows and Linux only, requires app restart) |
71
-
| window:autohidetabsbar | bool | auto hide tab bar based on true or false (requires restart)
71
+
| window:autohidetabbar| bool | show and hide the tab bar automatically when the mouse moves near the top of the window
72
72
| window:nativetitlebar | bool | set to use the OS-native title bar, rather than the overlay (Windows and Linux only, requires app restart) |
73
73
| window:disablehardwareacceleration | bool | set to disable Chromium hardware acceleration to resolve graphical bugs (requires app restart) |
74
74
| telemetry:enabled | bool | set to enable/disable telemetry |
0 commit comments