mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #3513 from valentinvanelslande/layouts-fix,gitignore
.gitignore: Add CMakeLists.txt.user to Project/editor files, citra_qt: Sync menu UI settings after changing the layout with F10
This commit is contained in:
		
						commit
						a0f70912e1
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -11,6 +11,7 @@ src/common/scm_rev.cpp | ||||||
| .idea/ | .idea/ | ||||||
| .vs/ | .vs/ | ||||||
| .vscode/ | .vscode/ | ||||||
|  | CMakeLists.txt.user | ||||||
| 
 | 
 | ||||||
| # *nix related | # *nix related | ||||||
| # Common convention for backup or temporary files | # Common convention for backup or temporary files | ||||||
|  |  | ||||||
|  | @ -1011,6 +1011,7 @@ void GMainWindow::ToggleScreenLayout() { | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     Settings::values.layout_option = new_layout; |     Settings::values.layout_option = new_layout; | ||||||
|  |     SyncMenuUISettings(); | ||||||
|     Settings::Apply(); |     Settings::Apply(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue