mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra_qt: Add Open Log Folder option to Help menu (#121)
This commit is contained in:
		
							parent
							
								
									71eca05af1
								
							
						
					
					
						commit
						5d2150c67c
					
				
					 2 changed files with 13 additions and 0 deletions
				
			
		|  | @ -941,6 +941,10 @@ void GMainWindow::ConnectMenuEvents() { | |||
| 
 | ||||
|     // Help
 | ||||
|     connect_menu(ui->action_Open_Citra_Folder, &GMainWindow::OnOpenCitraFolder); | ||||
|     connect_menu(ui->action_Open_Log_Folder, []() { | ||||
|         QString path = QString::fromStdString(FileUtil::GetUserPath(FileUtil::UserPath::LogDir)); | ||||
|         QDesktopServices::openUrl(QUrl::fromLocalFile(path)); | ||||
|     }); | ||||
|     connect_menu(ui->action_FAQ, []() { | ||||
|         QDesktopServices::openUrl(QUrl(QStringLiteral("https://citra-emu.org/wiki/faq/"))); | ||||
|     }); | ||||
|  |  | |||
|  | @ -203,6 +203,7 @@ | |||
|     <addaction name="separator"/> | ||||
|     <addaction name="action_Report_Compatibility"/> | ||||
|     <addaction name="separator"/> | ||||
|     <addaction name="action_Open_Log_Folder"/> | ||||
|     <addaction name="action_FAQ"/> | ||||
|     <addaction name="action_About"/> | ||||
|    </widget> | ||||
|  | @ -479,6 +480,14 @@ | |||
|     <string>Fullscreen</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="action_Open_Log_Folder"> | ||||
|    <property name="text"> | ||||
|     <string>Open Log Folder</string> | ||||
|    </property> | ||||
|    <property name="toolTip"> | ||||
|     <string>Opens the Citra Log folder</string> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="action_Open_Maintenance_Tool"> | ||||
|    <property name="text"> | ||||
|     <string>Modify Citra Install</string> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue