mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
append investigation
This commit is contained in:
parent
5b71f56848
commit
f924dd82d1
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue