utilities: fix fullscreen record (#1085)

This commit is contained in:
Ezekiel Gonzales 2026-01-16 19:10:33 +08:00 committed by GitHub
parent 2d000c1052
commit d2c06587f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ Singleton {
property bool needsStop property bool needsStop
property bool needsPause property bool needsPause
function start(extraArgs: list<string>): void { function start(extraArgs = []): void {
needsStart = true; needsStart = true;
startArgs = extraArgs; startArgs = extraArgs;
checkProc.running = true; checkProc.running = true;