Disabled menu item for ALLCALL SNR query
This commit is contained in:
		
							parent
							
								
									434942ad29
								
							
						
					
					
						commit
						420f8d0fcc
					
				| @ -7530,6 +7530,7 @@ void MainWindow::buildQueryMenu(QMenu * menu, QString call){ | |||||||
|     menu->addSeparator(); |     menu->addSeparator(); | ||||||
| 
 | 
 | ||||||
|     auto snrQueryAction = menu->addAction(QString("%1? - What is my signal report?").arg(call)); |     auto snrQueryAction = menu->addAction(QString("%1? - What is my signal report?").arg(call)); | ||||||
|  |     snrQueryAction->setDisabled(isAllCall); | ||||||
|     connect(snrQueryAction, &QAction::triggered, this, [this](){ |     connect(snrQueryAction, &QAction::triggered, this, [this](){ | ||||||
| 
 | 
 | ||||||
|         QString selectedCall = callsignSelected(); |         QString selectedCall = callsignSelected(); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer