Fix config.dump_userconfig() with defaults
This commit is contained in:
parent
5eeb223338
commit
87e329aee3
@ -450,7 +450,8 @@ class Config(QObject):
|
|||||||
blocks.append(str(values))
|
blocks.append(str(values))
|
||||||
|
|
||||||
if not blocks:
|
if not blocks:
|
||||||
lines = ['<Default configuration>']
|
return '<Default configuration>'
|
||||||
|
|
||||||
return '\n'.join(blocks)
|
return '\n'.join(blocks)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user