diff --git a/DS4Windows/Program.cs b/DS4Windows/Program.cs index 06406da..82b7d4a 100644 --- a/DS4Windows/Program.cs +++ b/DS4Windows/Program.cs @@ -21,7 +21,7 @@ namespace DS4Windows public static ControlService rootHub; private static Thread testThread; private static Thread controlThread; - private static DS4Form ds4form; + private static Form ds4form; /// /// The main entry point for the application.