docs: specify that window-decoration disables tabs on macos only

This commit is contained in:
Anton Kastritskii
2024-07-06 13:42:24 +01:00
committed by GitHub
parent 0d6023f059
commit 3f85ad6892

View File

@ -668,7 +668,7 @@ keybind: Keybinds = .{},
/// ///
/// * `true` /// * `true`
/// * `false` - windows won't have native decorations, i.e. titlebar and /// * `false` - windows won't have native decorations, i.e. titlebar and
/// borders. Tabs and tab overview will be disabled. /// borders. On MacOS this also disabled tabs and tab overview.
@"window-decoration": bool = true, @"window-decoration": bool = true,