mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	qt: Update telemetry links
These were pointing to a non-existent webpage.
This commit is contained in:
		
							parent
							
								
									b8b90ce6e6
								
							
						
					
					
						commit
						efd956e6ff
					
				@ -31,7 +31,7 @@ void ConfigureWeb::setConfiguration() {
 | 
			
		||||
    ui->web_credentials_disclaimer->setWordWrap(true);
 | 
			
		||||
    ui->telemetry_learn_more->setOpenExternalLinks(true);
 | 
			
		||||
    ui->telemetry_learn_more->setText(
 | 
			
		||||
        tr("<a href='https://yuzu-emu.org/help/features/telemetry/'><span style=\"text-decoration: "
 | 
			
		||||
        tr("<a href='https://yuzu-emu.org/help/feature/telemetry/'><span style=\"text-decoration: "
 | 
			
		||||
           "underline; color:#039be5;\">Learn more</span></a>"));
 | 
			
		||||
 | 
			
		||||
    ui->web_signup_link->setOpenExternalLinks(true);
 | 
			
		||||
 | 
			
		||||
@ -116,7 +116,7 @@ void GMainWindow::ShowTelemetryCallout() {
 | 
			
		||||
 | 
			
		||||
    UISettings::values.callout_flags |= static_cast<uint32_t>(CalloutFlag::Telemetry);
 | 
			
		||||
    const QString telemetry_message =
 | 
			
		||||
        tr("<a href='https://yuzu-emu.org/help/features/telemetry/'>Anonymous "
 | 
			
		||||
        tr("<a href='https://yuzu-emu.org/help/feature/telemetry/'>Anonymous "
 | 
			
		||||
           "data is collected</a> to help improve yuzu. "
 | 
			
		||||
           "<br/><br/>Would you like to share your usage data with us?");
 | 
			
		||||
    if (QMessageBox::question(this, tr("Telemetry"), telemetry_message) != QMessageBox::Yes) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user