mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Renamed /SET query_auto_close to autoclose_query.
Added /SET autocreate_own_query - it specifies if we want to create query window when we send /MSG to someone. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@343 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
627d288a49
commit
6140ab3704
5 changed files with 11 additions and 9 deletions
|
|
@ -72,7 +72,6 @@ void fe_common_core_init(void)
|
|||
settings_add_bool("lookandfeel", "use_status_window", FALSE);
|
||||
settings_add_bool("lookandfeel", "use_msgs_window", FALSE);
|
||||
/*settings_add_bool("lookandfeel", "autoraise_msgs_window", FALSE);*/
|
||||
settings_add_bool("lookandfeel", "autocreate_query", TRUE);
|
||||
/*settings_add_bool("lookandfeel", "use_tabbed_windows", TRUE);
|
||||
settings_add_int("lookandfeel", "tab_orientation", 3);*/
|
||||
settings_add_str("lookandfeel", "current_theme", "default");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue