mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Fixed the dialog re-call to use the correct title and format
This commit is contained in:
parent
7f19a6b07d
commit
4635fe732a
@ -66,7 +66,7 @@ public partial class PandocDialog : ComponentBase
|
|||||||
await Pandoc.InstallAsync(this.RustService);
|
await Pandoc.InstallAsync(this.RustService);
|
||||||
|
|
||||||
this.MudDialog.Close(DialogResult.Ok(true));
|
this.MudDialog.Close(DialogResult.Ok(true));
|
||||||
await this.DialogService.ShowAsync<PandocDialog>("pandoc dialog");
|
await this.DialogService.ShowAsync<PandocDialog>("Pandoc Installation", DialogOptions.FULLSCREEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProceedToInstallation() => this.ShowInstallationPage = true;
|
private void ProceedToInstallation() => this.ShowInstallationPage = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user