diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index eb9a6accd..635130878 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -411,7 +411,7 @@ namespace MatterHackers.MatterControl public static string MCWSBaseUri { get;} = "https://mattercontrol.appspot.com"; #endif - public static void LoadUITheme() + public static void LoadUITheme { //Load the default theme by index if (string.IsNullOrEmpty(UserSettings.Instance.get("ActiveThemeIndex")))