diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index a264e38..854cc83 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -398,11 +398,17 @@ namespace DS4Windows AppLogger.GuiLog += On_Debug; AppLogger.TrayIconLog += ShowNotification; + TaskRunner.Delay(50).ContinueWith((t) => + { + UpdateTheUpdater(); + }); + if (btnStartStop.Enabled && start) + { TaskRunner.Delay(50).ContinueWith((t) => { - UpdateTheUpdater(); this.BeginInvoke((System.Action)(() => BtnStartStop_Clicked())); }); + } } private void populateHoverTextDict()