mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +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.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()
|
||||
|
Loading…
Reference in New Issue
Block a user