mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Removed redundant settings title (#357)
This commit is contained in:
parent
780e45911d
commit
81417daa78
@ -314,7 +314,7 @@ public abstract partial class AssistantBase<TSettings> : AssistantLowerBase, IMe
|
|||||||
protected async Task OpenSettingsDialog()
|
protected async Task OpenSettingsDialog()
|
||||||
{
|
{
|
||||||
var dialogParameters = new DialogParameters();
|
var dialogParameters = new DialogParameters();
|
||||||
await this.DialogService.ShowAsync<TSettings>("Open Settings", dialogParameters, DialogOptions.FULLSCREEN);
|
await this.DialogService.ShowAsync<TSettings>(null, dialogParameters, DialogOptions.FULLSCREEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Task SendToAssistant(Tools.Components destination, SendToButton sendToButton)
|
protected Task SendToAssistant(Tools.Components destination, SendToButton sendToButton)
|
||||||
|
Loading…
Reference in New Issue
Block a user