Update status bar when decoding
This commit is contained in:
		
							parent
							
								
									1719954071
								
							
						
					
					
						commit
						5b43050a3a
					
				| @ -5015,7 +5015,7 @@ void MainWindow::decodeBusy(bool b)                             //decodeBusy() | |||||||
| { | { | ||||||
|   if (!b) m_optimizingProgress.reset (); |   if (!b) m_optimizingProgress.reset (); | ||||||
|   m_decoderBusy=b; |   m_decoderBusy=b; | ||||||
|   tx_status_label.setText (m_decoderBusy ? "Decoding" : "Receiving"); |   tx_status_label.setText (m_decoderBusy ? "Decoding" : m_monitoring ? "Receiving" : ""); | ||||||
|   ui->DecodeButton->setEnabled(!b); |   ui->DecodeButton->setEnabled(!b); | ||||||
|   ui->actionOpen->setEnabled(!b); |   ui->actionOpen->setEnabled(!b); | ||||||
|   ui->actionOpen_next_in_directory->setEnabled(!b); |   ui->actionOpen_next_in_directory->setEnabled(!b); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer