Update On Tue Oct 8 20:36:40 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-08 20:36:41 +02:00
parent fd37c3e1de
commit 5f2a772a48
190 changed files with 5068 additions and 2802 deletions
@@ -32,7 +32,7 @@ namespace ServiceLib.ViewModels
await CheckUpdate()
.ContinueWith(t =>
{
UpdateFinished();
_ = UpdateFinished();
});
});
EnableCheckPreReleaseUpdate = _config.guiItem.checkPreReleaseUpdate;