mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
more statfiles
This commit is contained in:
parent
cdc2bd2ea4
commit
3b91e87fe8
1 changed files with 2 additions and 1 deletions
|
@ -76,10 +76,11 @@ void MainWindow::setStatus( STATUS status ) {
|
|||
ui->recStats->hide();
|
||||
break;
|
||||
case CONNECTED:
|
||||
enableRecOptions();
|
||||
ui->statusLabel->setText( "Connected." );
|
||||
ui->startButton->setText( "Start" );
|
||||
ui->recStats->hide();
|
||||
enableRecOptions();
|
||||
qDebug("Connected....");
|
||||
break;
|
||||
case RECORDING:
|
||||
ui->statusLabel->setText( "Recording!" );
|
||||
|
|
Loading…
Add table
Reference in a new issue