1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

fix doc comment

refs: #1406
refs: #986
This commit is contained in:
Wez Furlong 2021-12-15 20:20:25 -07:00
parent 5c0a2dab26
commit 4358e718c3

View File

@ -820,7 +820,6 @@ pub struct Config {
#[serde(default = "default_initial_rows")]
pub initial_rows: u16,
/// Disabled by default until the implementation is complete enough
#[serde(default = "default_true")]
pub enable_kitty_graphics: bool,