Implement exporting for forwarded messages (#1451)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
farley128
2026-02-27 08:41:31 -05:00
committed by GitHub
parent d490fd0a38
commit b533e08d74
9 changed files with 340 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ public class DialogManager : IDisposable
);
// Yield to allow DialogHost to fully reset its state before
// another dialog is shown (e.g. when dialogs are shown sequentially)
// another dialog is shown (e.g. when dialogs are shown sequentially).
await Task.Yield();
return dialog.DialogResult;