config: update doc comment

This commit is contained in:
Mitchell Hashimoto
2023-10-19 20:08:37 -07:00
parent 17b63f7617
commit 3a26812e6a

View File

@ -431,7 +431,8 @@ keybind: Keybinds = .{},
@"confirm-close-surface": bool = true, @"confirm-close-surface": bool = true,
/// Whether or not to quit after the last window is closed. This defaults /// Whether or not to quit after the last window is closed. This defaults
/// to false. Currently only supported on macOS. /// to false. Currently only supported on macOS. On Linux, the process always
/// exits after the last window is closed.
@"quit-after-last-window-closed": bool = false, @"quit-after-last-window-closed": bool = false,
/// Whether to enable shell integration auto-injection or not. Shell /// Whether to enable shell integration auto-injection or not. Shell