mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Fix DialogHost error
This commit is contained in:
parent
b63dabdd6b
commit
2f96252866
|
|
@ -38,6 +38,10 @@ public class DialogManager : IDisposable
|
|||
}
|
||||
);
|
||||
|
||||
// Small delay to allow DialogHost to fully reset its state
|
||||
// before another dialog can be shown
|
||||
await Task.Delay(100);
|
||||
|
||||
return dialog.DialogResult;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue