Skip to content
Snippets Groups Projects
Commit 636effbc authored by André's avatar André
Browse files

Fix warning 'Theme Standard not found, fallback to default'

when new config is generated
parent 840dc749
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ class Config:
'iconset': [opt_str, DEFAULT_ICONSET, '', True],
'use_transports_iconsets': [opt_bool, True, '', True],
'collapsed_rows': [opt_str, '', _('List of rows (accounts and groups) that are collapsed (space separated).'), True],
'roster_theme': [opt_str, _('default'), '', True],
'roster_theme': [opt_str, 'default', '', True],
'mergeaccounts': [opt_bool, False, '', True],
'sort_by_show_in_roster': [opt_bool, True, '', True],
'sort_by_show_in_muc': [opt_bool, False, '', 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