Improved the about page loading behavior

This commit is contained in:
Thorsten Sommer 2025-07-02 13:23:03 +02:00
parent 6d1ecb7678
commit 5c5056424a
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -62,11 +62,11 @@ public partial class About : MSGComponentBase
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();
this.osLanguage = await this.RustService.ReadUserLanguage();
this.logPaths = await this.RustService.GetLogPaths();
await base.OnInitializedAsync();
// Determine the Pandoc version may take some time, so we start it here
// without waiting for the result:
_ = this.DeterminePandocVersion();