Rename wrap setting to word_wrap
This commit is contained in:
parent
27523ef3ea
commit
621e9d75eb
4 changed files with 12 additions and 10 deletions
|
|
@ -152,7 +152,7 @@ pub fn menu_bar<'a>(config: &Config) -> Element<'a, Message> {
|
|||
],
|
||||
),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_checkbox(fl!("word-wrap"), config.wrap, Message::ToggleWrap),
|
||||
menu_checkbox(fl!("word-wrap"), config.word_wrap, Message::ToggleWordWrap),
|
||||
menu_checkbox(fl!("show-line-numbers"), false, Message::Todo),
|
||||
menu_checkbox(fl!("highlight-current-line"), false, Message::Todo),
|
||||
menu_item(fl!("syntax-highlighting"), Message::Todo),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue