diff --git a/modules/ipc/Ipc.qml b/modules/ipc/Ipc.qml index a64d109..26f016a 100644 --- a/modules/ipc/Ipc.qml +++ b/modules/ipc/Ipc.qml @@ -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] } }