Review comments - part 5
This commit is contained in:
parent
ac06105dfe
commit
e4daf4bee5
4 changed files with 7 additions and 8 deletions
|
@ -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/entry/telemetry-and-why-thats-a-good-thing/'>Anonymous "
|
||||
tr("<a href='https://yuzu-emu.org/help/features/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…
Add table
Add a link
Reference in a new issue