From f6bb47451ecfadbc4ae5c72267bdf7272da61a59 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 13 Dec 2018 14:53:49 -0600 Subject: [PATCH] Moved linked profiles loading further in init --- DS4Windows/DS4Forms/DS4Form.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 487435c..73beee8 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -252,7 +252,6 @@ namespace DS4Windows LogDebug(DateTime.Now, "DS4Windows version " + version, false); LoadP(); - LoadLinkedProfiles(); Global.BatteryStatusChange += BatteryStatusUpdate; Global.ControllerRemoved += ControllerRemovedChange; @@ -397,6 +396,7 @@ namespace DS4Windows AppLogger.GuiLog += On_Debug; AppLogger.TrayIconLog += ShowNotification; + LoadLinkedProfiles(); TaskRunner.Delay(50).ContinueWith((t) => {