utilities: fix fullscreen record (#1085)
This commit is contained in:
parent
2d000c1052
commit
d2c06587f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue