citra_qt: add Restart to UI
This commit is contained in:
		 Valentin Vanelslande
					Valentin Vanelslande
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							6380d52d1c
						
					
				
				
					commit
					5a60c85f58
				
			| @@ -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/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user