Use compact format when saving runcommand commands
REVIEW: 130018
This commit is contained in:
parent
9af480163d
commit
71f8357e00
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void RunCommandConfig::save()
|
||||||
}
|
}
|
||||||
QJsonDocument document;
|
QJsonDocument document;
|
||||||
document.setObject(jsonConfig);
|
document.setObject(jsonConfig);
|
||||||
config()->set(QStringLiteral("commands"), document.toJson());
|
config()->set(QStringLiteral("commands"), document.toJson(QJsonDocument::Compact));
|
||||||
|
|
||||||
KCModule::save();
|
KCModule::save();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue