diff --git a/app/Settings.cs b/app/Settings.cs index 4aec064b..9a748702 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -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(); + } ///