Skip to content
Snippets Groups Projects
Commit 9afa3917 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

missing :

parent da7a93b6
No related branches found
No related tags found
No related merge requests found
......@@ -222,12 +222,12 @@ class Config:
'resource': [ opt_str, 'gajim', '', True ],
'priority': [ opt_int, 5, '', True ],
'adjust_priority_with_status': [ opt_bool, True, _('Priority will change automatically according to your status. Priorities are defined in autopriority_* options.') ],
'autopriority_online' [ opt_int, 50],
'autopriority_chat' [ opt_int, 50],
'autopriority_away' [ opt_int, 40],
'autopriority_xa' [ opt_int, 30],
'autopriority_dnd' [ opt_int, 20],
'autopriority_invisible' [ opt_int, 10],
'autopriority_online': [ opt_int, 50],
'autopriority_chat': [ opt_int, 50],
'autopriority_away': [ opt_int, 40],
'autopriority_xa': [ opt_int, 30],
'autopriority_dnd': [ opt_int, 20],
'autopriority_invisible': [ opt_int, 10],
'autoconnect': [ opt_bool, False, '', True ],
'autoreconnect': [ opt_bool, True ],
'active': [ opt_bool, True],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment