mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40: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_Start"/> | ||||||
|     <addaction name="action_Pause"/> |     <addaction name="action_Pause"/> | ||||||
|     <addaction name="action_Stop"/> |     <addaction name="action_Stop"/> | ||||||
|  |     <addaction name="action_Restart"/> | ||||||
|     <addaction name="separator"/> |     <addaction name="separator"/> | ||||||
|     <addaction name="action_Configure"/> |     <addaction name="action_Configure"/> | ||||||
|    </widget> |    </widget> | ||||||
|  | @ -351,6 +352,14 @@ | ||||||
|     <bool>false</bool> |     <bool>false</bool> | ||||||
|    </property> |    </property> | ||||||
|   </action> |   </action> | ||||||
|  |   <action name="action_Restart"> | ||||||
|  |    <property name="enabled"> | ||||||
|  |     <bool>false</bool> | ||||||
|  |    </property> | ||||||
|  |    <property name="text"> | ||||||
|  |     <string>Restart</string> | ||||||
|  |    </property> | ||||||
|  |   </action> | ||||||
|  </widget> |  </widget> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue