Close updates on main window close

This commit is contained in:
Serge
2023-07-27 19:46:05 +02:00
parent 505b3a9e4a
commit b7910d9f79
2 changed files with 2 additions and 1 deletions

View File

@@ -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();
}