Skip to content
Snippets Groups Projects
Commit 300ea1a3 authored by nkour's avatar nkour
Browse files

reposition a codeline

parent 65c2a282
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ class Config:
__options = {
# name: [ type, value ]
'show_roster_on_startup': [opt_bool, True],
'verbose': [ opt_bool, False ],
'delauth': [ opt_bool, True ],
'delroster': [ opt_bool, True ],
......@@ -102,6 +101,7 @@ class Config:
'restore_lines': [opt_int, 4],
'restore_timeout': [opt_int, 60],
'send_on_ctrl_enter': [opt_bool, False], # send on ctrl+enter
'show_roster_on_startup': [opt_bool, True],
'version': [ None, '0.7' ],
}
......
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