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

add DEFAULT_ICONSET in Config class. fixes #2731

parent 62f7153b
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,10 @@ opt_bool = [ 'boolean', 0 ]
opt_color = [ 'color', '^(#[0-9a-fA-F]{6})|()$' ]
opt_one_window_types = ['never', 'always', 'peracct', 'pertype']
DEFAULT_ICONSET = 'dcraven'
class Config:
DEFAULT_ICONSET = 'dcraven'
__options = {
# name: [ type, default_value, help_string ]
'verbose': [ 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