Close mouse settings on main window close (#2654)

This commit is contained in:
Hoang Pham Anh Duy
2024-05-31 19:25:14 +07:00
committed by GitHub
parent 34161eee7c
commit 4216c2d73d

View File

@@ -1293,6 +1293,8 @@ namespace GHelper
if (updatesForm != null && updatesForm.Text != "") updatesForm.Close();
if (matrixForm != null && matrixForm.Text != "") matrixForm.Close();
if (handheldForm != null && handheldForm.Text != "") handheldForm.Close();
if (mouseSettings != null && mouseSettings.Text != "") mouseSettings.Close();
}
/// <summary>