mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Moved updating updater call
This commit is contained in:
parent
86fb3c2a0b
commit
b28a6cb446
@ -398,11 +398,17 @@ namespace DS4Windows
|
|||||||
AppLogger.GuiLog += On_Debug;
|
AppLogger.GuiLog += On_Debug;
|
||||||
AppLogger.TrayIconLog += ShowNotification;
|
AppLogger.TrayIconLog += ShowNotification;
|
||||||
|
|
||||||
|
TaskRunner.Delay(50).ContinueWith((t) =>
|
||||||
|
{
|
||||||
|
UpdateTheUpdater();
|
||||||
|
});
|
||||||
|
|
||||||
if (btnStartStop.Enabled && start)
|
if (btnStartStop.Enabled && start)
|
||||||
|
{
|
||||||
TaskRunner.Delay(50).ContinueWith((t) => {
|
TaskRunner.Delay(50).ContinueWith((t) => {
|
||||||
UpdateTheUpdater();
|
|
||||||
this.BeginInvoke((System.Action)(() => BtnStartStop_Clicked()));
|
this.BeginInvoke((System.Action)(() => BtnStartStop_Clicked()));
|
||||||
});
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void populateHoverTextDict()
|
private void populateHoverTextDict()
|
||||||
|
Loading…
Reference in New Issue
Block a user