Set option weechat.look.read_marker_always_show to off by default
This commit is contained in:
parent
4faa3c772b
commit
3e47e9c3e3
@ -1411,7 +1411,7 @@ config_weechat_init_options ()
|
||||
weechat_config_file, ptr_section,
|
||||
"read_marker_always_show", "boolean",
|
||||
N_("always show read marker, even if it is after last buffer line"),
|
||||
NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_look_save_config_on_exit = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"save_config_on_exit", "boolean",
|
||||
|
Loading…
x
Reference in New Issue
Block a user