rename generationProps -> terminalGenerationProps, change default harmony to match script

This commit is contained in:
end-4
2025-09-06 10:38:15 +02:00
parent 5acbfac255
commit c39507747b
2 changed files with 5 additions and 5 deletions
@@ -91,8 +91,8 @@ Singleton {
property bool enableAppsAndShell: true
property bool enableQtApps: true
property bool enableTerminal: true
property JsonObject generationProps: JsonObject {
property real harmony: 0.5
property JsonObject terminalGenerationProps: JsonObject {
property real harmony: 0.8
property real harmonizeThreshold: 100
property real termFgBoost: 0.35
}