diff --git a/services/Recorder.qml b/services/Recorder.qml index e4ce6a8b..6eddce94 100644 --- a/services/Recorder.qml +++ b/services/Recorder.qml @@ -15,7 +15,7 @@ Singleton { property bool needsStop property bool needsPause - function start(extraArgs: list): void { + function start(extraArgs = []): void { needsStart = true; startArgs = extraArgs; checkProc.running = true;