mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	yuzu: Allow longer controller profile names
This commit is contained in:
		
							parent
							
								
									411e58de28
								
							
						
					
					
						commit
						bfbee62340
					
				| @ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) { | |||||||
| 
 | 
 | ||||||
| void ConfigureInputPlayer::CreateProfile() { | void ConfigureInputPlayer::CreateProfile() { | ||||||
|     const auto profile_name = |     const auto profile_name = | ||||||
|         LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20, |         LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30, | ||||||
|                                       LimitableInputDialog::InputLimiter::Filesystem); |                                       LimitableInputDialog::InputLimiter::Filesystem); | ||||||
| 
 | 
 | ||||||
|     if (profile_name.isEmpty()) { |     if (profile_name.isEmpty()) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user