mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
in fact hidden levels should not be re-set when you run /set
This commit is contained in:
parent
575daf4af7
commit
b7906b8706
1 changed files with 0 additions and 2 deletions
|
|
@ -207,8 +207,6 @@ void gui_windows_reset_settings(void)
|
|||
WINDOW_REC *rec = tmp->data;
|
||||
GUI_WINDOW_REC *gui = WINDOW_GUI(rec);
|
||||
|
||||
textbuffer_view_set_hidden_level(gui->view, MSGLEVEL_HIDDEN);
|
||||
|
||||
textbuffer_view_set_break_wide(gui->view, settings_get_bool("break_wide"));
|
||||
|
||||
textbuffer_view_set_default_indent(gui->view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue