Restore clear all menu item label
This commit is contained in:
		
							parent
							
								
									ce153a4511
								
							
						
					
					
						commit
						4064c70c26
					
				| @ -1136,7 +1136,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, | |||||||
|   auto clearActionSep = new QAction(nullptr); |   auto clearActionSep = new QAction(nullptr); | ||||||
|   clearActionSep->setSeparator(true); |   clearActionSep->setSeparator(true); | ||||||
| 
 | 
 | ||||||
|   auto clearActionAll = new QAction(QString("Clear All Activity"), nullptr); |   auto clearActionAll = new QAction(QString("Clear All"), nullptr); | ||||||
|   connect(clearActionAll, &QAction::triggered, this, [this](){ |   connect(clearActionAll, &QAction::triggered, this, [this](){ | ||||||
|       if (QMessageBox::Yes != QMessageBox::question(this, "Clear All Activity", "Are you sure you would like to clear all activity?", QMessageBox::Yes|QMessageBox::No)){ |       if (QMessageBox::Yes != QMessageBox::question(this, "Clear All Activity", "Are you sure you would like to clear all activity?", QMessageBox::Yes|QMessageBox::No)){ | ||||||
|           return; |           return; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer