summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/Recorder.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Recorder.qml b/services/Recorder.qml
index e4ce6a8..6eddce9 100644
--- a/services/Recorder.qml
+++ b/services/Recorder.qml
@@ -15,7 +15,7 @@ Singleton {
property bool needsStop
property bool needsPause
- function start(extraArgs: list<string>): void {
+ function start(extraArgs = []): void {
needsStart = true;
startArgs = extraArgs;
checkProc.running = true;