mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	citra_qt: multiplayer password dialog fix
This commit is contained in:
		
							parent
							
								
									9c65a45358
								
							
						
					
					
						commit
						784c41bf34
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -72,7 +72,7 @@ QString Lobby::PasswordPrompt() { | |||
|     bool ok; | ||||
|     const QString text = | ||||
|         QInputDialog::getText(this, tr("Password Required to Join"), tr("Password:"), | ||||
|                               QLineEdit::Normal, tr("Password"), &ok); | ||||
|                               QLineEdit::Password, "", &ok); | ||||
|     return ok ? text : QString(); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue