diff --git a/DS4Windows/DS4Control/ControlService.cs b/DS4Windows/DS4Control/ControlService.cs index 3f497a5..0d5e044 100644 --- a/DS4Windows/DS4Control/ControlService.cs +++ b/DS4Windows/DS4Control/ControlService.cs @@ -510,6 +510,10 @@ namespace DS4Windows tempDevice.StopUpdate(); tempDevice.DisconnectDongle(true); } + else + { + tempDevice.StopUpdate(); + } } else {