diff --git a/src/recorder.h b/src/recorder.h index 98e3396..fcd2f59 100644 --- a/src/recorder.h +++ b/src/recorder.h @@ -98,7 +98,7 @@ class Recorder : public QObject { } bool dirSet() { - return pDirSet && !baseDir.absolutePath().isEmpty(); + return pDirSet; } bool captureFrames() {