mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text
It's a common UI pattern to use an ellipsis to indicate an ongoing action, rather than just specifying the word by itself.
This commit is contained in:
		
							parent
							
								
									efd5768398
								
							
						
					
					
						commit
						b16445064b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -91,7 +91,7 @@ void ConfigureWeb::OnLoginChanged() { | |||
| 
 | ||||
| void ConfigureWeb::VerifyLogin() { | ||||
|     ui->button_verify_login->setDisabled(true); | ||||
|     ui->button_verify_login->setText(tr("Verifying")); | ||||
|     ui->button_verify_login->setText(tr("Verifying...")); | ||||
|     verify_watcher.setFuture( | ||||
|         QtConcurrent::run([this, username = ui->edit_username->text().toStdString(), | ||||
|                            token = ui->edit_token->text().toStdString()]() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue