diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-16 02:23:40 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-16 02:23:40 +0100 |
commit | a40199d8ef689af6ec49bf7ec62979031744e425 (patch) | |
tree | 67e984f50f356fabe32629c3020239a498e2d178 /data | |
parent | 034a2bde2c571645c7319f89ef63ccc0451bcb0e (diff) | |
download | poezio-a40199d8ef689af6ec49bf7ec62979031744e425.tar.gz poezio-a40199d8ef689af6ec49bf7ec62979031744e425.tar.bz2 poezio-a40199d8ef689af6ec49bf7ec62979031744e425.tar.xz poezio-a40199d8ef689af6ec49bf7ec62979031744e425.zip |
Add an option to display vertical tabs from bottom to top.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index dcc12cb7..909c6623 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -181,6 +181,8 @@ enable_vertical_tab_list = false vertical_tab_list_size = 20 +vertical_tab_list_sort = desc + # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = false |