From b7910d9f7910faec97131084254e216b35e978f6 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:46:05 +0200 Subject: [PATCH] Close updates on main window close --- app/GHelper.csproj | 2 +- app/Settings.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/GHelper.csproj b/app/GHelper.csproj index 8713f123..b8e2b4a4 100644 --- a/app/GHelper.csproj +++ b/app/GHelper.csproj @@ -15,7 +15,7 @@ AnyCPU False True - 0.102 + 0.103 diff --git a/app/Settings.cs b/app/Settings.cs index bf05341c..f46d6999 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -763,6 +763,7 @@ namespace GHelper this.Hide(); if (fans != null && fans.Text != "") fans.Close(); if (keyb != null && keyb.Text != "") keyb.Close(); + if (updates != null && updates.Text != "") updates.Close(); }