mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Moved linked profiles loading further in init
This commit is contained in:
parent
f7da78090f
commit
f6bb47451e
@ -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) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user