mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	citra_qt: add Restart to UI
This commit is contained in:
		
							parent
							
								
									6380d52d1c
								
							
						
					
					
						commit
						5a60c85f58
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -71,6 +71,7 @@ | |||
|     <addaction name="action_Start"/> | ||||
|     <addaction name="action_Pause"/> | ||||
|     <addaction name="action_Stop"/> | ||||
|     <addaction name="action_Restart"/> | ||||
|     <addaction name="separator"/> | ||||
|     <addaction name="action_Configure"/> | ||||
|    </widget> | ||||
|  | @ -351,6 +352,14 @@ | |||
|     <bool>false</bool> | ||||
|    </property> | ||||
|   </action> | ||||
|   <action name="action_Restart"> | ||||
|    <property name="enabled"> | ||||
|     <bool>false</bool> | ||||
|    </property> | ||||
|    <property name="text"> | ||||
|     <string>Restart</string> | ||||
|    </property> | ||||
|   </action> | ||||
|  </widget> | ||||
|  <resources/> | ||||
|  <connections/> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue