From ffc2e458542fcb7233df6eaaaae46a69b2d1c09c Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 13 May 2018 12:59:13 -0500 Subject: [PATCH] Fixed failed to unplug message from appearing when switching profiles using SONYWA --- DS4Windows/DS4Control/ScpUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 10150d2..2628b73 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -2835,7 +2835,7 @@ namespace DS4Windows if (postLoad && device < 4) { DS4Device tempDev = control.DS4Controllers[device]; - if (tempDev != null) + if (tempDev != null && tempDev.isSynced()) { tempDev.queueEvent(() => {