From 97afe5f848c92423771ce27a13585882324e926e Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 28 Nov 2021 13:17:25 +0000 Subject: [PATCH] Remove inverted bool statement for debugging. --- MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index ef090cc..89621bf 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -38,7 +38,7 @@ public void MainWindow_ContentRendered(object sender, EventArgs e) { gpuName.Text += $" ({guessedGpu})"; - if (!result.Item1) { + if (result.Item1) { // Show new driver available in application window. textBlock.Text = "New NVIDIA driver found!"; // Create a button with a link.