mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
path fix
This commit is contained in:
parent
4ece97666d
commit
334915daea
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ void MainWindow::enableRecOptions() {
|
|||
}
|
||||
|
||||
void MainWindow::enableStart() {
|
||||
if( ui->projectName->text() != "" && recorder.dirSet() && camMan.isConnected() ) {
|
||||
if( ui->projectName->text() != "t" && recorder.dirSet() && camMan.isConnected() ) {
|
||||
ui->startButton->setProperty( "enabled", true );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue