mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	Fixed audio dialog
This commit is contained in:
		
							parent
							
								
									ccca87477d
								
							
						
					
					
						commit
						b63ee5eeec
					
				| @ -684,7 +684,6 @@ void MainWindow::on_action_Loaded_Plugins_triggered() | |||||||
| void MainWindow::on_action_Audio_triggered() | void MainWindow::on_action_Audio_triggered() | ||||||
| { | { | ||||||
| 	AudioDialog audioDialog(m_audioDeviceInfo, this); | 	AudioDialog audioDialog(m_audioDeviceInfo, this); | ||||||
| 
 |  | ||||||
| 	audioDialog.exec(); | 	audioDialog.exec(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -149,8 +149,8 @@ | |||||||
|     <property name="title"> |     <property name="title"> | ||||||
|      <string>&Preferences</string> |      <string>&Preferences</string> | ||||||
|     </property> |     </property> | ||||||
|     <addaction name="actionAudio"/> |     <addaction name="action_Audio"/> | ||||||
|     <addaction name="actionDV_Serial"/> |     <addaction name="action_DV_Serial"/> | ||||||
|    </widget> |    </widget> | ||||||
|    <addaction name="menu_File"/> |    <addaction name="menu_File"/> | ||||||
|    <addaction name="menu_View"/> |    <addaction name="menu_View"/> | ||||||
| @ -570,12 +570,15 @@ | |||||||
|     <string>F8</string> |     <string>F8</string> | ||||||
|    </property> |    </property> | ||||||
|   </action> |   </action> | ||||||
|   <action name="actionAudio"> |   <action name="action_Audio"> | ||||||
|    <property name="text"> |    <property name="text"> | ||||||
|     <string>Audio</string> |     <string>&Audio</string> | ||||||
|    </property> |    </property> | ||||||
|   </action> |   </action> | ||||||
|   <action name="actionDV_Serial"> |   <action name="action_DV_Serial"> | ||||||
|  |    <property name="checkable"> | ||||||
|  |     <bool>true</bool> | ||||||
|  |    </property> | ||||||
|    <property name="text"> |    <property name="text"> | ||||||
|     <string>DV Serial</string> |     <string>DV Serial</string> | ||||||
|    </property> |    </property> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user