mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
qt: Update telemetry links
These were pointing to a non-existent webpage.
This commit is contained in:
parent
21986d86ca
commit
dc276f0e3f
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue