From f924dd82d18a6fede6bb425a8095a1e23cb9fd2d Mon Sep 17 00:00:00 2001 From: Hiro Protagonist Date: Thu, 23 Mar 2017 20:15:34 +1300 Subject: [PATCH] append investigation --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index abc05e0..a21aa99 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -88,6 +88,8 @@ void MainWindow::enableRecOptions() { void MainWindow::enableStart() { if( ui->projectName->text() != "t" && recorder.dirSet() && camMan.isConnected() ) { ui->startButton->setProperty( "enabled", true ); + } else { + ui->startButton->setProperty( "enabled", true ); } }