change matugen scheme

This commit is contained in:
lucy 2026-01-21 19:54:15 +01:00
parent 5b3d05168a
commit 65124d8d42

View File

@ -22,7 +22,7 @@ Item {
}
Process {
id: wallustRunner
property string cmd: "matugen image " + Settings.config.currentWall
property string cmd: "matugen image " + Settings.config.currentWall + " -t scheme-fidelity"
command: ["sh", "-c", cmd]
}
}