diff --git a/WinformThemer.cs b/WinformThemer.cs
index 77710e85..fd13f3c6 100644
--- a/WinformThemer.cs
+++ b/WinformThemer.cs
@@ -29,11 +29,7 @@ namespace VRCX
{
forms.Add(form);
}
-
- foreach (Form form in forms)
- {
- SetThemeToGlobal(form);
- }
+ SetThemeToGlobal(forms);
}
///