diff --git a/src/citron/main.cpp b/src/citron/main.cpp index ade0a9413..b16b1786f 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -439,7 +439,7 @@ GMainWindow::GMainWindow(std::unique_ptr config_, bool has_broken_vulk game_list->PopulateAsync(UISettings::values.game_dirs); // Show one-time "callout" messages to the user - ShowTelemetryCallout(); + // ShowTelemetryCallout(); // Disabled: telemetry popup not needed // Check for updates automatically after a short delay (non-blocking) QTimer::singleShot(3000, this, &GMainWindow::CheckForUpdatesAutomatically);