mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	fix uppercase sorting
This commit is contained in:
		
							parent
							
								
									eb7527254f
								
							
						
					
					
						commit
						cc9bcf3e48
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -212,6 +212,9 @@ public: | |||
| 
 | ||||
|             const QString& row1 = display_texts.at(UISettings::values.game_list_row_1).simplified(); | ||||
| 
 | ||||
|             if (role == SortRole) | ||||
|                 return row1.toLower(); | ||||
| 
 | ||||
|             QString row2; | ||||
|             auto row_2_id = UISettings::values.game_list_row_2; | ||||
|             if (row_2_id != UISettings::GameListText::NoText) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue