From 038619c543de301caf54d7b368986ca386936294 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 14 Oct 2025 15:56:20 +1000 Subject: [PATCH] remove: first-time telemetry popup Signed-off-by: Zephyron --- src/citron/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);