mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Merge pull request #861 from ailin-nemui/stay-hidden
in fact hidden levels should not be re-set when you run /set
This commit is contained in:
commit
3f217ae149
@ -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…
Reference in New Issue
Block a user